Difference between revisions of "Mountpoint Catalogue"
Jump to navigation
Jump to search
Line 52: | Line 52: | ||
ansible-playbook -i ./resources/config/hosts ./resources/ansible-yml/cs-restore.yml | ansible-playbook -i ./resources/config/hosts ./resources/ansible-yml/cs-restore.yml | ||
</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. | |||
=References= | =References= |
Revision as of 10:10, 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/ |
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/ |
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
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.