docker-machine-oneview icon indicating copy to clipboard operation
docker-machine-oneview copied to clipboard

How to specify on which blade docker host should be provisioned.

Open anandgagrani opened this issue 9 years ago • 25 comments

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 provision host on specific blade but in the example command set below..there is no option to specify target blade. Also how to use the docker with oneview plugin...there is no clear document defining all the steps. if you can answer this question ..I am almost done with creating one document for everyone.

docker-machine create \

--engine-env HTTP_PROXY=""
--engine-env HTTPS_PROXY=""
--engine-env NO_PROXY=""
--driver oneview
--oneview-os-plan "RHEL71_DOCKER_18"
--oneview-server-template "SP_template"
--oneview-ov-user=Administrator
--oneview-ov-password=
--oneview-ov-domain=
--oneview-ov-endpoint=https://15.xx.xx.xx/
--oneview-icsp-user=administrator
--oneview-icsp-password=
--oneview-icsp-endpoint=15.215.xx.xx
--oneview-ssh-user=administrator \ --oneview-ilo-user=administrator
--oneview-ilo-password=
docker-ip-node-01

Also what does this mean: Name: "oneview-ilo-user",
Usage: "ILO User id that is used during ICSP server creation.",

I do not remember using any ilo when creating ICSP vm and then its template.

I am following the steps mentioned in document below(that is rather vague in actual steps) https://h20195.www2.hp.com/V2/getpdf.aspx/4AA6-2595ENW.pdf

anandgagrani avatar Jul 01 '16 18:07 anandgagrani