Make build infra‑agnostic: update README, add Packer examples, improve build playbook and docs#1
Conversation
… added an introductory explanation of the Bioimage
Duplicated file
…n a provider-agnostic OpenStack cloud? Nirin details moved to a nirin document
…ur, network and source
…revent init issues
…VMFS proxy to Direct for portability
…y CVMFS Configuration for proxies
…y CVMFS Configuration for proxies
georgiesamaha
left a comment
There was a problem hiding this comment.
Need some clarification before I can do the review. Can't yet follow your instructions for setting up on Nirin.
| ### Create Instances and Boot Image | ||
| You may follow the [Nirin Quick Start Guide](https://opus.nci.org.au/spaces/Help/pages/152207474/Nirin+-+Quick+Start+Guide) , or use the script to create instances | ||
| ``` | ||
| cd bioimage/manage | ||
| ./openstack/create-instances-with-image.sh | ||
| ``` |
There was a problem hiding this comment.
Its not really clear what you're expecting me to do here. Am I spinning up a vm first and then running the script? If so, can you explain what flavour etc i need to spin up.
Also provide git clone instruction for this repo before cd bioimage/manage.
There was a problem hiding this comment.
This is old documentation that I am replacing in the main README.md. I have added instructions to direct users to the main readme and labelled the doc deprecated for now
| ./openstack/create-instances-with-image.sh | ||
| ``` | ||
|
|
||
| If instance creation fails using an image, create **bootable volumes** instead: |
There was a problem hiding this comment.
Why would the build fail? Is this common or would it only happen if i did something wrong?
|
|
||
| 2. Launch instances using existing volumes. | ||
| To launch instances via dashboard, fill out the required sections: `Details`, `Source`, `Falvour`, and `Key pair`. In the **Source** section, select the option to boot from an existing volume. | ||
|  |
| If instance creation fails using an image, create **bootable volumes** instead: | ||
|
|
||
| 1. In the dashboard, create a volume with "Image" as the source. | ||
|  |
Summary
What I changed:
Testing performed
Next steps