You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bringing up virtual machines through a scaling set in azure, I am unable to list the virtual machines in that scaling set through gyro list and gyro ssh does not give me those virtual machines as valid options.
Here is my frontend.gyro file with the scaling set. Let me know if you need anything else about the environment.
[I couldn't attach the file at this point because it is .gyro.]
Here is a gyro list of the backends to show it is not just gyro list in general not working for azure, it seems to be only when the virtual machines are brought up in a scaling set. This probably has to do with virtual machines brought up by scaling sets not being considered virtual machines by Azure even though they have all the characteristics of one.
gyro list prod/backend.gyro
↓ Loading plugin: gyro:gyro-azure-provider:0.99.1-SNAPSHOT
↓ Loading plugin: gyro:gyro-brightspot-plugin:0.99.1-SNAPSHOT
↓ Loading plugin: gyro:gyro-ssh-plugin:0.99.1-SNAPSHOT
+----------------------+--------------+----------------------+-------------------------------------------------------------------+
| Instance ID | State | Launch Date | Hostname |
+----------------------+--------------+----------------------+-------------------------------------------------------------------+
| a0068218-b63c-4edd-bece-007fee8551d8 | PowerState/running | Mon Feb 17 15:31:14 EST 2020 | 10.0.0.132 |
| bc3dc8a8-162a-4dc5-883f-76e9701a1ae9 | PowerState/running | Mon Feb 17 15:33:59 EST 2020 | 10.0.0.133 |
| 4b2d383b-5dce-4f1b-988c-21ff9cc1e816 | PowerState/running | Mon Feb 17 15:37:06 EST 2020 | 10.0.0.134 |
+----------------------+--------------+----------------------+-------------------------------------------------------------------+
The text was updated successfully, but these errors were encountered:
This might actually be an Azure implementation issue. The azure::scale-set resource needs to implement GyroInstances, it currently does not implement this resource.
From @RichieHowell in GYRO-439:
When bringing up virtual machines through a scaling set in azure, I am unable to list the virtual machines in that scaling set through gyro list and gyro ssh does not give me those virtual machines as valid options.
Here is my frontend.gyro file with the scaling set. Let me know if you need anything else about the environment.
[I couldn't attach the file at this point because it is .gyro.]
Here is a gyro list of the backends to show it is not just gyro list in general not working for azure, it seems to be only when the virtual machines are brought up in a scaling set. This probably has to do with virtual machines brought up by scaling sets not being considered virtual machines by Azure even though they have all the characteristics of one.
The text was updated successfully, but these errors were encountered: