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
After the initial gyro up, the resources are created, but the public IP is not associated with the network interface. A second gyro up is needed to associate the IP.
ezapata@admins-MacBook-Pro ~/Documents/projects/ops-test/ops/gyro-azure master ● gyro up lower/test.gyro
↓ Loading plugin: gyro:gyro-azure-provider:0.99.1-SNAPSHOT
⟳ Refreshed resources: 19
Looking for changes...
+ Create azure::public-ip-address test-ip
+ Create azure::network-interface test-ip
+ Create nic-ip-configuration primary
Are you sure you want to change resources? (y/N) y
+ Creating azure::public-ip-address test-ip OK
+ Creating azure::network-interface test-ip OK
+ Creating nic-ip-configuration primary for azure::network-interface test-ip OK
ezapata@admins-MacBook-Pro ~/Documents/projects/ops-test/ops/gyro-azure master ● gyro up lower/test.gyro
↓ Loading plugin: gyro:gyro-azure-provider:0.99.1-SNAPSHOT
⟳ Refreshed resources: 21
Looking for changes...
⟳ Update azure::public-ip-address test-machine (##############) (change tags)
= Keep azure::network-interface test-ip (####################)
⟳ Update nic-ip-configuration primary (change public-ip-address)
Are you sure you want to change resources? (y/N)
The text was updated successfully, but these errors were encountered:
The following configs
After the initial gyro up, the resources are created, but the public IP is not associated with the network interface. A second gyro up is needed to associate the IP.
The text was updated successfully, but these errors were encountered: