pages on web-1
This commit is contained in:
parent
a95bc5c825
commit
ffd5fbd4f8
2 changed files with 17 additions and 0 deletions
|
@ -135,3 +135,9 @@ md-eu1.qa.komreg.net:
|
||||||
'^fe-.+-\d+\.komreg\.net$':
|
'^fe-.+-\d+\.komreg\.net$':
|
||||||
eid::dockerhost:
|
eid::dockerhost:
|
||||||
sunet::frontend::load_balancer:
|
sunet::frontend::load_balancer:
|
||||||
|
|
||||||
|
web-1.qa.sveidas.se:
|
||||||
|
openstack_dockerhost:
|
||||||
|
sunet_iaas_cloud:
|
||||||
|
autoupdate:
|
||||||
|
pages:
|
||||||
|
|
|
@ -308,6 +308,17 @@ class prid($version="1.0.0") {
|
||||||
class {'https_server': }
|
class {'https_server': }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class pages($version=undef) {
|
||||||
|
class { 'openstack_dockerhost': } ->
|
||||||
|
class { 'sunet::pages': version => $version }
|
||||||
|
sunet::docker_run {'people-sunet-se':
|
||||||
|
image => 'docker.sunet.se/static-vhosts',
|
||||||
|
ports => ['80:80'],
|
||||||
|
volumes => ['/var/www:/usr/local/apache2/vhosts']
|
||||||
|
}
|
||||||
|
class { 'webserver': }
|
||||||
|
}
|
||||||
|
|
||||||
class konsulter {
|
class konsulter {
|
||||||
ssh_authorized_key {'stefan_santesson':
|
ssh_authorized_key {'stefan_santesson':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
|
Loading…
Add table
Reference in a new issue