Difference between revisions of "Mountpoint Catalogue"

From PKC
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 22: Line 22:
| style="vertical-align:bottom;" | 7a00927d02b840bff477169ecd92fb24acb8059abd900e8cac25ac9b76b8a0fa
| style="vertical-align:bottom;" | 7a00927d02b840bff477169ecd92fb24acb8059abd900e8cac25ac9b76b8a0fa
| style="text-decoration:underline; color:#00E;" | https://res.posco.id/
| style="text-decoration:underline; color:#00E;" | https://res.posco.id/
|-
|
|
|
| colspan="2" | Empty mountpoint files for arm64 architecture processor, which includes standard templates and standard example to use available extensions
|-
|-
| style="vertical-align:bottom;" | 3
| style="vertical-align:bottom;" | 3
Line 46: Line 51:
| style="vertical-align:bottom;" | 6401d95f4a50e5682aecb0d33636b2ea4a42eb6a0abf06c03e72f228b58472fe
| style="vertical-align:bottom;" | 6401d95f4a50e5682aecb0d33636b2ea4a42eb6a0abf06c03e72f228b58472fe
| style="text-decoration:underline; color:#00E;" | https://res.posco.id/
| style="text-decoration:underline; color:#00E;" | https://res.posco.id/
|-
|
|
|
| colspan="2" | Empty mountpoint files, which includes standard templates and standard example to use available extensions
|}
|}
=How to use these Files?=
=How to use these Files?=
You can restore the mountpoint files into your PKC's implementation by using ansible script available from PKC's source-code in github. The script is available in ./resource/ansible-yml/cs-restore.yml. Below is the command line you can execute once you clone the repository.
You can restore the mountpoint files into your PKC's implementation by using ansible script available from PKC's source-code in github. The script is available in ./resource/ansible-yml/cs-restore.yml. Below is the command line you can execute once you clone the repository.
<syntaxhighlight lang="shell" line start="1">
<syntaxhighlight lang="shell" line start="1">
ansible-playbook -i ./resources/config/hosts ./resources/ansible-yml/cs-restore.yml
ansible-playbook -i ./resources/config/hosts ./resources/ansible-yml/cs-restore.yml --extra-vars "dbname=pkc-pub-my_wiki-20220726T153145.sql.gz imagename=pkc-pub-20220726T153145-image.tar.gz"
</syntaxhighlight>
</syntaxhighlight>
Please adjust hosts file accordingly to point to your PKC's server implementation, please refer to [PKC Complete Installation Process] on how to prepare the hosts file.
Extra Vars Description </br>
:dbname
::The backup database file, stored in ./backup folder
:imagename
::The backup image file, stored in ./backup folder </br>
Please adjust hosts file accordingly to point to your PKC's server implementation, please refer to [[PKC Complete Installation Process]] on how to prepare the hosts file.
 
=Related Pages=
[[PKC Complete Installation Process]] </br>


=References=
=References=

Latest revision as of 11:31, 2 September 2022

Mountpoint Catalogue File

This page is to documenting mountpoint.tar.gz file, which is a starting point for new installation or pre-configured content of PKC.

File Listing

No File Size File Name SHA256 Value Serve on
1 314,064,869 mountpoint-20220824.tar.gz 2c8ff6adb3cf3acb0271f2e359671b8e24a69f61554b5a01c14cbd02a0767101 https://res.posco.id/
2 249,009,381 mountpoint-arm64.tar.gz 7a00927d02b840bff477169ecd92fb24acb8059abd900e8cac25ac9b76b8a0fa https://res.posco.id/
Empty mountpoint files for arm64 architecture processor, which includes standard templates and standard example to use available extensions
3 248,509,647 mountpoint-back.tar.gz 7264b5fa36c55ac301a15c1dc6f71b4d16f63fb6a93cffafe6e1c8c7f676df45 https://res.posco.id/
4 146,295,405 mountpoint-bak.tar.gz 913fba0bbf36279b11ddf62ce386bc2811272cfac3bfc121285f068da6e327df https://res.posco.id/
5 118,365,473 mountpoint-mac.tar.gz cf97b629a06d8286a6d3d18afebf9143f74a70cd91d4484088af34d79141d068 https://res.posco.id/
6 333,076,534 mountpoint.tar.gz 6401d95f4a50e5682aecb0d33636b2ea4a42eb6a0abf06c03e72f228b58472fe https://res.posco.id/
Empty mountpoint files, which includes standard templates and standard example to use available extensions

How to use these Files?

You can restore the mountpoint files into your PKC's implementation by using ansible script available from PKC's source-code in github. The script is available in ./resource/ansible-yml/cs-restore.yml. Below is the command line you can execute once you clone the repository.

ansible-playbook -i ./resources/config/hosts ./resources/ansible-yml/cs-restore.yml --extra-vars "dbname=pkc-pub-my_wiki-20220726T153145.sql.gz imagename=pkc-pub-20220726T153145-image.tar.gz"

Extra Vars Description

dbname
The backup database file, stored in ./backup folder
imagename
The backup image file, stored in ./backup folder

Please adjust hosts file accordingly to point to your PKC's server implementation, please refer to PKC Complete Installation Process on how to prepare the hosts file.

Related Pages

PKC Complete Installation Process

References