Page MenuHomePhabricator
Paste P5965

(An Untitled Masterwork)
ActivePublic

Authored by chasemp on Sep 6 2017, 7:28 PM.
Tags
None
Referenced Files
F9361664:
Sep 6 2017, 7:28 PM
Subscribers
None
```root@labvirt1018:~# puppet agent --enable && puppet agent --test
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for labvirt1018.eqiad.wmnet
Info: Applying configuration version '1504724829'
Info: Computing checksum on file /etc/update-motd.d/05-role-labs--openstack--nova--compute
Info: /Stage[main]/Motd/File[/etc/update-motd.d/05-role-labs--openstack--nova--compute]: Filebucketed /etc/update-motd.d/05-role-labs--openstack--nova--compute to puppet with sum bb5732b682b11a9093bda7aae499dda3
Notice: /Stage[main]/Motd/File[/etc/update-motd.d/05-role-labs--openstack--nova--compute]/ensure: removed
Notice: /Stage[main]/Openstack2::Nova::Common/File[/etc/nova/nova.conf]/content:
--- /etc/nova/nova.conf 2017-09-05 17:02:07.654254991 +0000
+++ /tmp/puppet-file20170906-73212-1adr57r 2017-09-06 19:07:15.228180276 +0000
@@ -81,13 +81,10 @@
instance_usage_audit_period = hour
notify_on_state_change = vm_and_task_state
-
-
-# Deprecated, remove in Kilo:
-node_availability_zone=eqiad
-zone_name=eqiad
-# Should be:
-#default_availability_zone = eqiad
+# When user doesn't specify a scheduling zone, use 'nova' which
+# has been the only zone (and, hence, the de-facto default)
+# for ages.
+default_schedule_zone = nova
# ==== Scheduling things =====
@@ -95,6 +92,7 @@
# candidate hosts by performance (specifically, CPU usage).
compute_monitors=virt_driver
+
# For the scheduler, first filter based on available resources.
# The filter is binary, either a node has the necessary resources
# or it doesn't and is fully excluded.
@@ -197,3 +195,4 @@
# the mysql backend. Until we see actual performance
# issues, let's keep a lid on it.
workers = 8
+
Info: Computing checksum on file /etc/nova/nova.conf
Info: /Stage[main]/Openstack2::Nova::Common/File[/etc/nova/nova.conf]: Filebucketed /etc/nova/nova.conf to puppet with sum 59dd9d0a2c3eb04af0f8e9428c9f8d78
Notice: /Stage[main]/Openstack2::Nova::Common/File[/etc/nova/nova.conf]/content: content changed '{md5}59dd9d0a2c3eb04af0f8e9428c9f8d78' to '{md5}d88422e1f26a44bfa6a3432439c8160b'
Info: Computing checksum on file /etc/ssh/userkeys/bd808
Info: /Stage[main]/Ssh::Server/File[/etc/ssh/userkeys/bd808]: Filebucketed /etc/ssh/userkeys/bd808 to puppet with sum 8927558102b83f9521385742c46b3991
Notice: /Stage[main]/Ssh::Server/File[/etc/ssh/userkeys/bd808]/ensure: removed
Notice: Finished catalog run in 9.06 seconds
root@labvirt1018:~#```