Add wiki.openstack.org.

Add Ryan Lane's ssh key, and add him to wiki.o.o.

Change-Id: I6b81107b3b1c84c6e730caf77842e80e81d80a76
This commit is contained in:
James E. Blair 2012-07-16 15:29:28 -07:00
parent 5a16b4e772
commit 4f0ce8ee84
2 changed files with 16 additions and 0 deletions

View File

@ -527,6 +527,17 @@ node 'etherpad.openstack.org' {
include etherpad_lite::backup
}
node 'wiki.openstack.org' {
include openstack_cron
class { 'openstack_server':
iptables_public_tcp_ports => [80, 443]
}
realize (
User::Virtual::Localuser["rlane"],
)
}
# A bare machine, but with a jenkins user
node /^.*\.template\.openstack\.org$/ {
class { 'openstack_template':

View File

@ -40,4 +40,9 @@ class openstack_project::users {
realname => 'Clark Boylan',
sshkeys => "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDlH6SNieyGDWNl4b9TM+zUgk+XTXRtqxyYxNh1p5e00u/ZrZPVrc7buPhnTHzEde0ABX0vgnZI2rC5Hf9cYY0aRgLHDuikQ4CQHPucslgZ5linjtWx5AuURp+oaJRCj00UZubJsatUx5vz+D4MGRLYmL+MErftYdI4sBbolATfLVwjrmxsd6KF1BZ0+9eEv2Xrk+yXN1A5RGPKBiuE6viDMZxrOuy7IW8+TQZW1LrsbTCAD1b+J5Nx0z/Hn3Rz71zEibdwM9xgu5vROu3p9kdaxu+Ndg/SvCCWlzoLQSeIAmcfGUlWg9IjEc3sQexX9BmUAsKQtu3aZFgq2V7aqtDN boylancl@boylancl1\n",
}
@user::virtual::localuser { 'rlane':
realname => 'Ryan Lane',
sshkeys => "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdtI7H+fsgSrjrdG8aGVcrN0GFW3XqLVsLG4n7JW4qH2W//hqgdL7A7cNVQNPoB9I1jAqvnO2Ct6wrVSh84QU89Uufw412M3qNSNeiGgv2c2KdxP2XBrnsLYAaJRbgOWJX7nty1jpO0xwF503ky2W3OMUsCXMAbYmYNSod6gAdzf5Xgo/3+eXRh7NbV1eKPrzwWoMOYh9T0Mvmokon/GXV5PiAA2bIaQvCy4BH/BzWiQwRM7KtiEt5lHahY172aEu+dcWxciuxHqkYqlKhbU+x1fwZJ+MpXSj5KBU+L0yf3iKySob7g6DZDST/Ylcm4MMjpOy8/9Cc6Xgpx77E/Pvd laner@Free-Public-Wifi.local\n",
}
}