MoinMoin in Production on CoreOS - Part4: Staging to IDCF Cloud
Posted on
I backuped MoinMoin pages archives to IDCF Object Storage. Before deploying to the production environment on DigitalOcean, I prepared CoreOS instance on IDCF Cloud for staging environment. This is very first time I wrote MoinMoin installing as a fleet unit file.
I backuped MoinMoin pages archives to IDCF Object Storage. Before deploying to the production environment on DigitalOcean, I prepared CoreOS instance on IDCF Cloud for staging environment. This is very first time I wrote MoinMoin installing as a fleet unit file.
CoreOS from ISO
At first I changed password of coreos user from IDCF Cloud browser console. This enable us to ssh with password.
The first step to setting up a new CoreOS cluster is generating a new discovery URL, a unique address that stores peer CoreOS addresses and metadata. The easiest way to do this is to use
I executed curl command for generating new discovery URL.
Before using fleetctl command from outside of fleet cluster, it shoud be set FLEETCTL_TUNNEL environment pointing to one of the fleet machines. It may also required to start ssh-agent beforehand.