cloudmesh / client

Deprecated: Version 3 of cloudmesh is a light weight cloud client to manage virtual clusters
http://cloudmesh.github.io/client
Other
3 stars 12 forks source link

cm vm ip assign #206

Closed laszewsk closed 8 years ago

laszewsk commented 8 years ago

P:6

cm register remote cm key load cm key upload cm vm boot cm vm ip assign

Unable to associate floating ip 149.165.158.66 to fixed ip 149.165.158.65 for instance b97.... Error: External network a9815.. is not reachable from subnet 4bbb5491.... Therefore, cannot associate Port a5b9f66d-... with a Floating IP. (HTTP 400) (Request-ID: req-856a2fe0-...) Floating IP assigned to gvonlasz-001 successfully and it is: 149.165.158.66 info. OK. (ENV2)big:client big$ cm vm list --refresh Refresh VMs for cloud kilo. OK. +----+--------------------------------------+--------------+--------+----------------+-------------+----------+-----------+------+----------+---------------------+ | id | uuid | label | status | static_ip | floating_ip | key_name | project | user | category | updated_at | +----+--------------------------------------+--------------+--------+----------------+-------------+----------+-----------+------+----------+---------------------+ | 1 | b97d598c-... | gvonlasz-001 | ACTIVE | 149.165.158.65 | | id_rsa | undefined | big | kilo | 2016-03-18 12:16:34 | +----+--------------------------------------+--------------+--------+----------------+-------------+----------+-----------+------+----------+---------------------+ info. OK. (ENV2)big:client big$ cm vm list --refresh Refresh VMs for cloud kilo. OK. +----+--------------------------------------+--------------+--------+----------------+-------------+----------+-----------+------+----------+---------------------+ | id | uuid | label | status | static_ip | floating_ip | key_name | project | user | category | updated_at | +----+--------------------------------------+--------------+--------+----------------+-------------+----------+-----------+------+----------+---------------------+ | 1 | b97d598c... | gvonlasz-001 | ACTIVE | 149.165.158.65 | | id_rsa | undefined | big | kilo | 2016-03-18 12:16:45 | +----+--------------------------------------+--------------+--------+----------------+-------------+----------+-----------+------+----------+---------------------+

laszewsk commented 8 years ago

looks like that the public ip is put in the static ip column and not in the flaoting ip column

laszewsk commented 8 years ago

fixed