Skip to content
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

Update 'Provisioning' options in default configs #1853

Merged
merged 2 commits into from
Apr 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions config/alpine/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# Windows Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down
8 changes: 3 additions & 5 deletions config/arch/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=n
Expand Down
8 changes: 3 additions & 5 deletions config/bigip/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ Role.ConfigurationConsumer=None
# Specified program is invoked with XML file argument specifying role topology.
Role.TopologyConsumer=None

# Enable instance creation
Provisioning.Enabled=y

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down
8 changes: 3 additions & 5 deletions config/clearlinux/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ Role.ConfigurationConsumer=None
# Specified program is invoked with XML file argument specifying role topology.
Role.TopologyConsumer=None

# Enable instance creation
Provisioning.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down
8 changes: 3 additions & 5 deletions config/coreos/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=n
Expand Down
8 changes: 3 additions & 5 deletions config/debian/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down
8 changes: 3 additions & 5 deletions config/freebsd/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down
8 changes: 3 additions & 5 deletions config/gaia/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=n
Expand Down
8 changes: 3 additions & 5 deletions config/iosxe/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=n

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down
8 changes: 3 additions & 5 deletions config/nsbsd/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=n
Expand Down
8 changes: 3 additions & 5 deletions config/openbsd/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down
8 changes: 3 additions & 5 deletions config/suse/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down
8 changes: 3 additions & 5 deletions config/ubuntu/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=n

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=y
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down
8 changes: 3 additions & 5 deletions config/waagent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@
# Microsoft Azure Linux Agent Configuration
#

# Enable instance creation
Provisioning.Enabled=y

# Enable extension handling. Do not disable this unless you do not need password reset,
# backup, monitoring, or any extension handling whatsoever.
Extensions.Enabled=y

# Rely on cloud-init to provision
Provisioning.UseCloudInit=n
# Which provisioning agent to use. Supported values are "auto" (default), "waagent",
# "cloud-init", or "disabled".
Provisioning.Agent=auto

# Password authentication for root account will be unavailable.
Provisioning.DeleteRootPassword=y
Expand Down