Refactor vnc code
This commit refactors the vnc implementation. Refactors vnc related parameters to be coupled with the services that need them. I am not entirely sure about which service novncproxy_base is coupled with so it is still defined in the nova class. Adds the class nova::consoleauth. Refactor vncproxy to install from source.
This commit is contained in:
@@ -183,11 +183,14 @@ class { 'nova::cert':
|
||||
}
|
||||
|
||||
class { 'nova::compute':
|
||||
enabled => true,
|
||||
enabled => true,
|
||||
vnc_enabled => true,
|
||||
vncserver_proxyclient_address => '127.0.0.1',
|
||||
}
|
||||
|
||||
class { 'nova::compute::libvirt':
|
||||
libvirt_type => 'qemu',
|
||||
libvirt_type => 'qemu',
|
||||
vncserver_listen => '127.0.0.1',
|
||||
}
|
||||
|
||||
nova::network::bridge { 'br100':
|
||||
|
||||
Reference in New Issue
Block a user