commit 4874d58e94bbebf2997119791d428b92a83ac4fb
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Fri Apr 5 18:08:41 2019 -0500
Update example-krib-ha.yaml
M krib/profiles/example-krib-ha.yaml
commit d36d404de6e28a07dee8d8663e400c66b5d6432a
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Apr 1 11:27:59 2019 -0500
Add prerequisites to community content bundles
M content/params/gohai-inventory.yaml
A contrib/._Prerequisites.meta
A krib/._Prerequisites.meta
A rose/._Prerequisites.meta
A sledgehammer-builder/._Prerequisites.meta
commit 92cf00515c6b054322eb1999d66d5aa10a65a1a2
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Apr 1 11:11:06 2019 -0500
Add Prerequisites metadata to communnity content.
A content/._Prerequisites.meta
commit 11359709f7392b80d8dd880d3ac6960508c07fc2
Author: Yusuf Hadiwinata Sutandar <yusuf.hadiwinata@gmail.com>
Date: Thu Mar 28 21:52:28 2019 +0700
Update mount-disks.sh.tmpl
M krib/templates/mount-disks.sh.tmpl
commit fc32576a46a3c55d96d855747a42160fe8147cb5
Author: Yusuf Hadiwinata Sutandar <yusuf.hadiwinata@gmail.com>
Date: Thu Mar 28 21:50:10 2019 +0700
Adding comment to add unsafe/rs-password
When the password is not default, the default (hardcoded) password will be use to run drpcli command and the command will be fail, adding param unsafe/rs-password with value: your-non-default-password will help this situation
M krib/tasks/krib-dev-reset.yaml
commit c78e697aefa19b1e7217d34174d552a0059490f1
Author: Yusuf Hadiwinata Sutandar <yusuf.hadiwinata@gmail.com>
Date: Thu Mar 28 21:39:09 2019 +0700
Adding comment after installing helm
In some case helm fail to get the tag version from URL, adding param "helm/version" with example value: v2.13.1 on profile will help this situation
M krib/templates/krib-helm-init.sh.tmpl
commit 687ee7534d58673bffa3a3314dcb0225cdebf66f
Author: Yusuf Hadiwinata Sutandar <yusuf.hadiwinata@gmail.com>
Date: Thu Mar 28 21:30:43 2019 +0700
Change Option -o to -O on Line 200
The download comment seems like wget style, to specific output of downloading file on wget is using -O, not -o
M krib/templates/etcd-config.sh.tmpl
commit 18afcaf3f7192a2b30eded5802d5a5c7ee201905
Author: Yusuf Hadiwinata Sutandar <yusuf.hadiwinata@gmail.com>
Date: Wed Mar 27 23:01:22 2019 +0700
Rename "Name: example-krib-ha" to "Name: krib-ha"
The default krib ha profile come with name example-krib-ha, however etcd/cluster-profile and krib/cluster-profile i using krib-ha
it will fail when generating PROFILE_TOKEN, the error will be: InvalidTokenNotAllowedNotOnMachine
M krib/profiles/example-krib-ha.yaml
commit 1040d9586267e544daee2c5f2b520f961be201a1
Author: Yusuf Hadiwinata Sutandar <yusuf.hadiwinata@gmail.com>
Date: Wed Mar 27 20:30:54 2019 +0700
Update mount-disks.sh.tmpl
M krib/templates/mount-disks.sh.tmpl
commit 01c29e4f09aca1dada303a13e7e9a9ce92fbd19e
Author: Yusuf Hadiwinata Sutandar <yusuf.hadiwinata@gmail.com>
Date: Wed Mar 27 19:59:56 2019 +0700
Adding -f option on mkfs.xfs command
when we running mount-disk for the 2nd time, the mkfs.xfs command will fail to create filesystem since the disk has already filesystem so adding option -f will force create the file system
adding option -f on mkfs.xfs command
-f Force overwrite when an existing filesystem is detected on the device
Make filesystem - xfs - docker likes it
mkfs.xfs: /dev/sda1 appears to contain an existing filesystem (xfs).
mkfs.xfs: Use the -f option to force overwrite.
Command exited with status 1
M krib/templates/mount-disks.sh.tmpl
commit c95b2319d86f3549fdc457d71b6ac986a1f499bd
Author: Yusuf Hadiwinata Sutandar <yusuf.hadiwinata@gmail.com>
Date: Wed Mar 27 19:50:22 2019 +0700
adding function to umount when the /dev/sda1
i think better is check the /dev/sda1 already mounted or not, if already mounted, better we umount first, so when we re-running the krib-live-cluster workflow for the 2nd time cause by failed one of the stage after mount-disk, it will work
M krib/templates/mount-disks.sh.tmpl
End of Note