Skip to content

[RFE] Add report-ready & report-failure flag to Azure-init CLI #263

Description

Current situation

Azure-init is aiming to improve its modularity by adding flags for each feature. Currently, there is no mechanism to signal when a report is ready or when a failure occurs.

Ideal future situation

We are able to call one of the below flags to have azure-init indicate provisioning status.

Implementation options

  • azure-init --report-ready
  • azure-init --report-failure
  • azure-init --report-in-progress (tbd on this one)

Additional information

These flags should not be exclusive. We want the ability to combine them with other flags in a single call to azure-init (e.g., --report_ready --configure-sshd).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

featureNew feature or request

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions