Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created August 19, 2013 22:56
Show Gist options
  • Select an option

  • Save bodepd/6275172 to your computer and use it in GitHub Desktop.

Select an option

Save bodepd/6275172 to your computer and use it in GitHub Desktop.
Resource counts:
Old: 187
New: 140
Resource title diffs:
Only in old:
class[Nova::Compute::Quantum]
file[nrpe_config_dir]
file[/etc/ntp.conf]
exec[Required packages: 'ubuntu-cloud-keyring' for openstack_cloud_archive]
package[lvm2]
file_line[include_conf_d]
naginator::nrpe::command[check_vm]
naginator::nrpe::command[check_procs]
class[Cinder::Setup_test_volume]
file[openstack_cloud_archive.list]
file[/etc/apt/apt.conf.d/00no_pipelining]
package[nagios-nrpe-server]
apt::source[openstack_cloud_archive]
file[check_vm]
anchor[ntp::begin]
class[Ntp]
file[/etc/nagios/nrpe.d/check_vm.cfg]
naginator::nrpe::command[check_ntp_time]
package[collectd]
naginator::nrpe::command[check_all_disks]
anchor[apt::source::openstack_cloud_archive]
file[nrpe_config]
file[/etc/nagios/nrpe.d/check_load.cfg]
naginator::nrpe::command[check_load]
exec[/sbin/vgcreate cinder-volumes /dev/loop2]
class[Collectd]
file[/etc/nagios/nrpe.d/check_ntp_time.cfg]
host[control-server]
service[ntp]
class[Naginator::Common_target]
file[/etc/nagios/nrpe.d/check_all_disks.cfg]
file[/etc/nagios/nrpe.d/check_procs.cfg]
naginator::nrpe::command[check_users]
class[Openstack::Cinder::Storage]
package[python-pip]
package[ntp]
service[nagios-nrpe-server]
file[collectd.conf]
anchor[ntp::end]
class[Naginator::Base_target]
exec[/bin/dd if=/dev/zero of=cinder-volumes bs=1 count=0 seek=4G]
nova_config[DEFAULT/libvirt_vif_driver]
service[collectd]
class[Naginator::Compute_target]
file[/etc/nagios/nrpe.d/check_users.cfg]
file[collectd.d]
package[nagios-plugins]
exec[/sbin/losetup /dev/loop2 cinder-volumes]
exec[/sbin/pvcreate /dev/loop2]
class[Naginator::Nrpe::Server]
class[Openstack::Quantum]
class[Openstack::Compute]
Only in new:
class[Openstack::Repo::Uca]
file[ubuntu-cloud-archive.list]
anchor[apt::source::ubuntu-cloud-archive]
apt::source[ubuntu-cloud-archive]
exec[Required packages: 'ubuntu-cloud-keyring' for ubuntu-cloud-archive]
Individual Resource differences:
Resource diff: class[Nova::Compute]
class{"Nova::Compute":
- virtio_nic => false
+ virtio_nic => true
enabled => true
vnc_enabled => true
vncproxy_protocol => http
Resource diff: quantum_plugin_ovs[SECURITYGROUP/firewall_driver]
quantum_plugin_ovs{"SECURITYGROUP/firewall_driver":
+ value => quantum.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
notify => Service[quantum-plugin-ovs-service]
- ensure => absent
}
Resource diff: cinder_config[DEFAULT/iscsi_ip_address]
cinder_config{"DEFAULT/iscsi_ip_address":
- value => 127.0.0.1
+ value => 0.0.0.0
notify => Service[cinder-volume]
}
Resource diff: class[Quantum::Agents::Ovs]
package_ensure => present
require => Class[Vswitch::Ovs]
polling_interval => 2
- firewall_driver => false
+ firewall_driver => quantum.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver
}
Resource diff: package[nova-common]
Nova_config[DEFAULT/image_service],
Nova_config[DEFAULT/libvirt_type],
Nova_config[DEFAULT/libvirt_use_virtio_for_bridges],
- Nova_config[DEFAULT/libvirt_vif_driver],
Nova_config[DEFAULT/lock_path],
Nova_config[DEFAULT/logdir],
Nova_config[DEFAULT/memcached_servers],
Resource diff: exec[apt_update]
command => /usr/bin/apt-get update
before => [
Package[bridge-utils],
+ Package[bridge-utils],
+ Package[cinder-volume],
Package[cinder-volume],
Package[cinder],
- Package[collectd],
+ Package[cinder],
Package[curl],
+ Package[curl],
+ Package[euca2ools],
Package[euca2ools],
Package[libvirt],
+ Package[libvirt],
Package[linux-headers-3.2.0-23-generic],
- Package[lvm2],
+ Package[linux-headers-3.2.0-23-generic],
+ Package[mysql_client],
Package[mysql_client],
- Package[nagios-nrpe-server],
- Package[nagios-plugins],
+ Package[nova-common],
Package[nova-common],
Package[nova-compute-qemu],
+ Package[nova-compute-qemu],
+ Package[nova-compute],
Package[nova-compute],
- Package[ntp],
+ Package[openvswitch-datapath-dkms],
Package[openvswitch-datapath-dkms],
Package[openvswitch-switch],
+ Package[openvswitch-switch],
+ Package[parted],
Package[parted],
Package[python-greenlet],
+ Package[python-greenlet],
Package[python-mysqldb],
+ Package[python-mysqldb],
+ Package[python-nova],
Package[python-nova],
- Package[python-pip],
+ Package[python],
Package[python],
Package[quantum-plugin-ovs-agent],
+ Package[quantum-plugin-ovs-agent],
+ Package[quantum],
Package[quantum],
Package[screen],
+ Package[screen],
Package[tgt],
+ Package[tgt],
+ Package[unzip],
Package[unzip],
]
}
Resource diff: class[Cinder::Volume::Iscsi]
class{"Cinder::Volume::Iscsi":
iscsi_helper => tgtadm
volume_group => cinder-volumes
- iscsi_ip_address => 127.0.0.1
+ iscsi_ip_address => 0.0.0.0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment