GithubHelp home page GithubHelp logo

v0.3 - Error creating machine: Error in driver during machine creation: unexpected EOF about docker-machine-driver-ddcloud HOT 5 CLOSED

dimensiondataresearch avatar dimensiondataresearch commented on September 25, 2024
v0.3 - Error creating machine: Error in driver during machine creation: unexpected EOF

from docker-machine-driver-ddcloud.

Comments (5)

tintoy avatar tintoy commented on September 25, 2024

Could you try running it with --debug as a parameter? The full log may show more info...

On 8 Nov. 2016, at 3:20 pm, Adrian Volpe <[email protected]mailto:[email protected]> wrote:

Hi,

I've attempted creating docker hosts specifying the image and using the default image. Both attempts results in an error however the virtual machine is created in both instances. I seem to get the errors as the cloud control portal is in step 8 of 13. Could it be because docker is not installed by default on either image I tested with? I've also noticed that the SSH key is not deployed.

Attempt 1: Creation of docker machine with OS image specified:

Adrians-MacBook-Pro-2:darwin-amd64 adrian$ docker-machine create --driver ddcloud
--ddcloud-region EU
--ddcloud-datacenter EU7
--ddcloud-networkdomain 'Enterprise message routing (EMR) Development'
--ddcloud-vlan DEV
--ddcloud-image-name 'RedHat 7 64-bit 2 CPU'
--ddcloud-ssh-bootstrap-password 'GsoaXXXX'
--ddcloud-create-ssh-firewall-rule
--ddcloud-user 'xxxxxx'
--ddcloud-password 'xxxxxxx'
--ddcloud-ssh-key ~/.ssh/id_rsa.gsoa-v2
devdock01

Running pre-create checks...
(devdock01) Will create machine 'devdock01' on VLAN 'DEV' in network domain 'Enterprise message routing (EMR) Development' (data centre 'EU7').
(devdock01) Resolving target network domain 'Enterprise message routing (EMR) Development' in region 'EU'...
(devdock01) Resolving target VLAN 'DEV' in network domain 'Enterprise message routing (EMR) Development'...
(devdock01) Resolving OS image 'RedHat 7 64-bit 2 CPU' in data centre 'EU7'...
Creating machine...
(devdock01) Importing SSH key...
(devdock01) Creating server 'devdock01'...
Error creating machine: Error in driver during machine creation: unexpected EOF
Adrians-MacBook-Pro-2:darwin-amd64 adrian$

Attempt 2: Creation of a docker host without the --ddcloud-image-name specified:

Adrians-MacBook-Pro-2:darwin-amd64 adrian$ docker-machine create --driver ddcloud
--ddcloud-region EU
--ddcloud-datacenter EU7
--ddcloud-networkdomain 'Enterprise message routing (EMR) Development'
--ddcloud-vlan DEV
--ddcloud-ssh-bootstrap-password 'GsoaXXXX'
--ddcloud-create-ssh-firewall-rule
--ddcloud-user 'xxxxxxxxx'
--ddcloud-password 'xxxxxxxx'
--ddcloud-ssh-key ~/.ssh/id_rsa.gsoa-v2
devdock02

Running pre-create checks...
(devdock02) Will create machine 'devdock02' on VLAN 'DEV' in network domain 'Enterprise message routing (EMR) Development' (data centre 'EU7').
(devdock02) Resolving target network domain 'Enterprise message routing (EMR) Development' in region 'EU'...
(devdock02) Resolving target VLAN 'DEV' in network domain 'Enterprise message routing (EMR) Development'...
(devdock02) Resolving OS image 'Ubuntu 14.04 2 CPU' in data centre 'EU7'...
Creating machine...
(devdock02) Importing SSH key...
(devdock02) Creating server 'devdock02'...
Wrapper Docker Machine process exiting due to closed plugin server (connection is shut down)
Error creating machine: Error in driver during machine creation: unexpected EOF

Executing a check of docker-machine shows the following:

Adrians-MacBook-Pro-2:darwin-amd64 adrian$ docker-machine ls
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS
devdock01 - ddcloud Error Unknown Server 'devdock01' has not been created
devdock02 - ddcloud Error Unknown Server 'devdock02' has not been created

However in the cloud control UI I have two systems and I can log into both using the password supplied.

You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/5, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABkezMKSEHezyEmAS08gcsRuVufKDXcwks5q7_iUgaJpZM4KsBQp.

itevomcid

from docker-machine-driver-ddcloud.

adrianvolpe avatar adrianvolpe commented on September 25, 2024

This is the output with the --debug flag on:

Adrians-MacBook-Pro-2:darwin-amd64 adrian$ docker-machine -debug create --driver ddcloud \
--ddcloud-region EU \
--ddcloud-datacenter EU7 \
--ddcloud-networkdomain 'Enterprise message routing (EMR) Development' \
--ddcloud-vlan DEV \
--ddcloud-image-name 'RedHat 7 64-bit 2 CPU' \
--ddcloud-ssh-bootstrap-password 'Gsoa@v24ever_root' \
--ddcloud-create-ssh-firewall-rule \
--ddcloud-user 'XXXXXX' \
--ddcloud-password 'XXXXXX' \
--ddcloud-ssh-key ~/.ssh/id_rsa.gsoa-v2 \
devdock03 

Docker Machine Version:  0.8.1, build 41b3b25
Found binary path at /usr/local/share/ddcloud-driver/docker-machine-driver-ddcloud
Launching plugin server for driver ddcloud
Plugin server listening at address 127.0.0.1:60438
() Calling .GetVersion
Using API Version  1
() Calling .SetConfigRaw
() Calling .GetMachineName
(flag-lookup) Calling .GetMachineName
(flag-lookup) Calling .DriverName
(flag-lookup) Calling .GetCreateFlags
Found binary path at /usr/local/share/ddcloud-driver/docker-machine-driver-ddcloud
Launching plugin server for driver ddcloud
Plugin server listening at address 127.0.0.1:60442
() Calling .GetVersion
Using API Version  1
() Calling .SetConfigRaw
() Calling .GetMachineName
(devdock03) Calling .GetMachineName
(devdock03) Calling .DriverName
(devdock03) Calling .GetCreateFlags
(devdock03) Calling .SetConfigFromFlags
(devdock03) DBG | docker-machine-driver-ddcloud v0.3 (6b87e72748c88b4f7bca6a12026fc59797139eb6)
Running pre-create checks...
(devdock03) Calling .PreCreateCheck
(devdock03) Will create machine 'devdock03' on VLAN 'DEV' in network domain 'Enterprise message routing (EMR) Development' (data centre 'EU7').
(devdock03) Resolving target network domain 'Enterprise message routing (EMR) Development' in region 'EU'...
(devdock03) Resolving target VLAN 'DEV' in network domain 'Enterprise message routing (EMR) Development'...
(devdock03) Resolving OS image 'RedHat 7 64-bit 2 CPU' in data centre 'EU7'...
(devdock03) Calling .GetConfigRaw
Creating machine...
(devdock03) Calling .Create
(devdock03) Importing SSH key...
(devdock03) Creating server 'devdock03'...
(devdock03) DBG | Deploying server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' ('devdock03')...
(devdock03) DBG | 2016/11/08 15:58:32 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:58:34 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:58:37 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:58:39 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:58:42 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:58:44 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:58:47 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:58:49 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:58:52 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:58:54 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:58:57 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:58:59 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:02 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:04 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:07 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:09 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:12 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:14 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:17 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:19 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:22 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:24 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:27 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:29 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:32 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:34 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:37 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:39 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:42 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:44 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:47 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:49 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:52 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:54 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 15:59:57 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 15:59:59 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:02 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:04 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:07 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:09 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:12 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:14 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:17 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:19 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:22 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:24 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:27 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:29 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:32 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:34 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:37 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:39 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:42 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:44 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:47 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:49 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:52 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:54 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:00:57 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:00:59 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:02 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:04 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:07 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:09 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:12 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:14 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:17 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:19 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:22 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:24 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:27 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:29 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:32 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:34 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:37 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:39 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:42 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:44 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:47 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:49 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:52 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:54 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:01:57 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:01:59 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:02 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:04 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:07 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:09 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:12 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:14 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:17 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:19 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:22 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:24 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:27 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:29 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:32 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:34 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:37 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:39 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:42 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:44 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:47 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:49 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:52 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:54 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:02:57 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:02:59 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' is still in progress...
(devdock03) DBG | 2016/11/08 16:03:02 Polling status for Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b'...
(devdock03) DBG | 2016/11/08 16:03:04 Deploy of Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' has successfully completed.
(devdock03) Exposing server 'devdock03'...
(devdock03) DBG | Server '6e5c7197-ac0f-4a1e-b385-f4c8badc6a5b' ('devdock03') has been successfully deployed...
(devdock03) DBG | Creating NAT rule for server 'devdock03' ('10.245.20.8')...
(devdock03) DBG | Verifying that network domain 'Enterprise message routing (EMR) Development' has a public IP available for server 'devdock03'...
(devdock03) DBG | There are no available public IPs in network domain 'a55e5e07-5cf2-4dad-bff5-f61eaa631f14'; a new block of public IPs will be allocated.
Error creating machine: Error in driver during machine creation: Request to add IPv4 address block to network domain 'a55e5e07-5cf2-4dad-bff5-f61eaa631f14' failed with unexpected status code 403 (AUTHORIZATION_FAILURE): Your credentials do not match the organization Id in the request URL or your user does not have the correct role to invoke this operation.
notifying bugsnag: [Error creating machine: Error in driver during machine creation: Request to add IPv4 address block to network domain 'a55e5e07-5cf2-4dad-bff5-f61eaa631f14' failed with unexpected status code 403 (AUTHORIZATION_FAILURE): Your credentials do not match the organization Id in the request URL or your user does not have the correct role to invoke this operation.]
Adrians-MacBook-Pro-2:darwin-amd64 adrian$ 

I know I don't have access to perform the following actions in the MCP console:

  • Firewall Rules
  • Public IPv4 Addresses and NAT Rules
  • Load Balancing / Virtual IPs
  • Anti-Affinity Rules

Is it a requirement to have the hosts available on the internet via IPv4? I'm logging into environment via a VPN and then performing actions via the IPv6 address.

from docker-machine-driver-ddcloud.

tintoy avatar tintoy commented on September 25, 2024

Ah. Sorry, but yes for the moment it needs access from the internet. I'll look at adding a flag for using private addresses only. Should be able to get something working tonight.

from docker-machine-driver-ddcloud.

tintoy avatar tintoy commented on September 25, 2024

This will be addressed by #6.

from docker-machine-driver-ddcloud.

tintoy avatar tintoy commented on September 25, 2024

Private IP address use implemented by #6.

Unfortunately, we can't support RedHat 6 / 7 at this stage because the RedHat images provided by CloudControl are not compatible with Docker Machine (sorry about that, but there seem to be some problems with the iptables configuration on newly-deployed machines).

If you can work out what needs to be changed on newly-deployed machines we can create a new issue to track that and implement a specific fix for RedHat OS images (alternatively, if you can create a customer image for RedHat that works with Docker Machine then we can add support for customer images).

from docker-machine-driver-ddcloud.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.