summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-12-15 20:12:11 -0500
committerScott Moser <smoser@ubuntu.com>2012-12-15 20:12:11 -0500
commit3b37e40202143b6acafff5a5bb3dba233b91821f (patch)
tree5f00f15cb609a1add7b2a039eb2ba493b4736846 /ChangeLog
parent2235c05d8dbdd67d026b7219884c3d2e6936d67a (diff)
parentcbd1ca764ed265460c3a79729a27ca8e3841390c (diff)
downloadvyos-cloud-init-3b37e40202143b6acafff5a5bb3dba233b91821f.tar.gz
vyos-cloud-init-3b37e40202143b6acafff5a5bb3dba233b91821f.zip
Add 'omnibus' install mode for chef
This adds 'omnibus' to the values supported for chef's "omnibus_url" config option. It also: * makes 'omnibus_url' configurable in cloud-config. * adds a 'force_install' flag, to allow the install code to act even if /usr/bin/chef-client is already present.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d0ed3a1..e4bcdd76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
- tools/write-ssh-key-fingerprints: use '-s' rather than '--stderr'
option (LP: #1083715)
- make install of puppet configurable (LP: #1090205) [Craig Tracey]
+ - support omnibus installer for chef [Anatoliy Dobrosynets]
0.7.1:
- sysvinit: fix missing dependency in cloud-init job for RHEL 5.6
- config-drive: map hostname to local-hostname (LP: #1061964)