docker-machine-oneview
docker-machine-oneview copied to clipboard
HPE OneView plugin for docker machine (Not currently being maintained)
I am a bot. Please reach out to [@azillion](https://github.com/azillion) if you have any issues, or just close the PR.
Hi Everybody! I need feedback regarding the "Setup ICsp boot image". What do you mean with: _"The script contents for this step should appear as the following: get script from...
After upgrading OneView from **2.0** to **3.0**, **docker-machine create --driver oneview** command fails with the following error message: _Error removing host "docker02.bc.local": Attempting to get machine profile information, unable to...
Lets add a way to display the driver version
After a successful completion of Insight Control Server Provisioning build plan, the command docker-machine create --driver oneview ..., fails "Waiting for SSH to be available...": (docker01) Job, OS Build Plan...
When we remove a machine with docker-machine rm, there should be an option to avoid removing the profile from OneView. This is to avoid issues with recreation of profiles manually.
Lets add support for new auth property: "loginMsgAck":"true"
When we post the release notes, they are providing bad download locations. Correct this to read ``` if [[ ! -d "$HOME/bin" ]]; then mkdir -p "$HOME/bin"; fi && \...
In the docker-machine create command (for oneview with docker) how do you specify which blade to use in the oneview infrastructure, for the docker host provision? I would like to...
We should update the package manager with something like ``` sudo yum -y update or sudo apt-get install update ``` If provisioner doesn't find a package it fails...during docker provisioning....