-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New commands to edit app design and publish changes to cloud #128
Labels
Comments
ryran
added a commit
that referenced
this issue
Feb 14, 2017
Here are the cmds added in v1.16.0: APP-specific:publish_design_updates
VM-specific:delete
nic_edit
nic_add
nic_delete
nic_list
update_from_file
|
Here are the cmds added in v1.17.3: VM-specific:cloudinit_enable
cloudinit_keypair
The latter command automatically enables Cloud-Init, so the first command isn't strictly required. |
ryran
referenced
this issue
Feb 20, 2017
ryran
added a commit
that referenced
this issue
Mar 2, 2017
Added in v1.19.0: VM-specific:cloudinit_userdata_from_file
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The first one:
/apps/APP/ publish_design_updates
Then here are VM-specific commands:
/apps/APP/vms/VM/ delete
/apps/APP/vms/VM/ nic_edit
/apps/APP/vms/VM/ nic_add
/apps/APP/vms/VM/ nic_delete
/apps/APP/vms/VM/ nic_list
networkConnections
dict from the VM/apps/APP/vms/VM/ update_from_file
/apps/APP/vms/VM/ cloudinit_enable
/apps/APP/vms/VM/ cloudinit_keypair
/keypairs/ upload_new_pubkey
cmd)/apps/APP/vms/VM/ cloudinit_userdata_from_file
Each of these commands supports a
publishUpdates={true|false}
option that defaults totrue
as long as the parent application is already published.Planned:
/apps/APP/vms/VM/ service_{add,delete}
The text was updated successfully, but these errors were encountered: