Skip to content

Commit 87f20c0

Browse files
committed
Add CloudInit step to vsphere agent settings
This allows the agent to fetch settings from cloudinit in vsphere instead of mounting the CD-ROM. Note that this change shouln't be merged until there is a compatible agent binary available.
1 parent 4ccb5ce commit 87f20c0

File tree

1 file changed

+2
-0
lines changed
  • stemcell_builder/stages/bosh_vsphere_agent_settings

1 file changed

+2
-0
lines changed

stemcell_builder/stages/bosh_vsphere_agent_settings/apply.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ cat > $chroot/var/vcap/bosh/agent.json <<JSON
1616
"Settings": {
1717
"Sources": [
1818
{
19+
"Type": "CloudInit"
20+
}, {
1921
"Type": "CDROM",
2022
"FileName": "env"
2123
}

0 commit comments

Comments
 (0)