Commit graph

4642 commits

Author SHA1 Message Date
Miroslav Suchý
b412dc6422 a duplicate parameter was found in the argument string (login_tenant_name) 2014-09-16 08:42:21 +00:00
Miroslav Suchý
8c26ba586c use correct argument to neutron_router_gateway 2014-09-16 08:35:17 +00:00
Miroslav Suchý
99b1db6b6d fix network name 2014-09-16 08:18:28 +00:00
Miroslav Suchý
cba53f7abe msg: value of enable_dhcp must be one of: yes,on,1,true,1,no,off,0,false,0, got: False 2014-09-16 08:09:50 +00:00
Miroslav Suchý
f10b23c044 use correct param to keystone module 2014-09-16 08:04:38 +00:00
Miroslav Suchý
6816ca12f7 comment out lines needed only for first run 2014-09-16 07:49:05 +00:00
Ralph Bean
4b553a166e Prescribe a heartbeat interval. 2014-09-15 20:11:39 +00:00
Miroslav Suchý
2d0197a993 use cert itself as CAChain
because it could not be empty
2014-09-15 13:04:50 +00:00
Miroslav Suchý
0afa9fde07 disable ssl for ampq 2014-09-15 09:46:59 +00:00
Miroslav Suchý
ed8806d2ff upgrade path of ssl key 2014-09-15 09:36:05 +00:00
Miroslav Suchý
5801db91ad add files/fedora-cloud/packstack-controller-answers.txt 2014-09-15 09:26:46 +00:00
Miroslav Suchý
1db8c43416 delete packstack-compute-answers.txt
this in not used and is way behind
2014-09-15 09:19:10 +00:00
Miroslav Suchý
0499cd52e3 update epel7 rpm url 2014-09-15 09:11:28 +00:00
Miroslav Suchý
ef1622801f use correct source path 2014-09-15 09:05:44 +00:00
Miroslav Suchý
f689ad11bc do not use compute ip, we do not have any right now 2014-09-15 09:01:14 +00:00
Miroslav Suchý
b00a191d01 use correct source path 2014-09-15 08:58:40 +00:00
Kevin Fenzi
e05eef1ed4 Tweak ppc dhcp more 2014-09-12 20:59:01 +00:00
Miroslav Suchý
17198dadeb once more 2014-09-12 11:31:54 +00:00
Miroslav Suchý
7e5cf01023 once more 2014-09-12 11:30:23 +00:00
Miroslav Suchý
b842159589 once more 2014-09-12 11:12:57 +00:00
Miroslav Suchý
9a86af1799 once more 2014-09-12 11:10:51 +00:00
Miroslav Suchý
cc36937b3c using syntax, which allows better formating
addressing:
ERROR: Syntax Error while loading YAML script, /srv/web/infra/ansible/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml
Note: The error may actually appear before this position: line 112, column 31

    glance_image:
      login_username: "admin" login_password: "{{ ADMIN_PASS }}" login_tenant_name: "admin"
                              ^
We could be wrong, but this one looks like it might be an issue with
missing quotes.  Always quote template expression brackets when they
start a value. For instance:

    with_items:
      - {{ foo }}

Should be written as:

    with_items:
      - "{{ foo }}"
2014-09-12 11:06:37 +00:00
Miroslav Suchý
8072ce429d add quotes
addressing:
ERROR: Syntax Error while loading YAML script, /srv/web/infra/ansible/playbooks/hosts/fed-cloud09.cloud.fedoraproject.org.yml
Note: The error may actually appear before this position: line 11, column 19

   - /srv/web/infra/ansible/vars/fedora-cloud.yml
   - {{ private }}/files/openstack/passwords.yml
                  ^
We could be wrong, but this one looks like it might be an issue with
missing quotes.  Always quote template expression brackets when they
start a value. For instance:

    with_items:
      - {{ foo }}

Should be written as:

    with_items:
      - "{{ foo }}"
2014-09-12 09:51:41 +00:00
Miroslav Suchý
87163e62d3 run packstack 2014-09-12 09:47:45 +00:00
Miroslav Suchý
e7a4b71d4a add network for each tenant
sans pythonbots and qa, because they do not have projects in old cloud as well
2014-09-12 08:16:46 +00:00
Patrick Uiterwijk
7458caac46 Merge branch 'master' of /git/ansible 2014-09-11 22:37:15 +00:00
Stephen Smoogen
474f154376 try to help ppc guys debug tftp network issue 2014-09-11 20:32:15 +00:00
Patrick Uiterwijk
0fd1ce2a4a Add FMN to the list of trusted trust roots 2014-09-11 15:13:17 +00:00
Ralph Bean
a042945257 Fix screwy groups for anitya. 2014-09-10 20:46:19 +00:00
Ralph Bean
714298c0b1 01 2014-09-10 20:37:48 +00:00
Ralph Bean
8a7880c8c8 Also need this. 2014-09-10 20:30:06 +00:00
Ralph Bean
026e5bf418 Stub out the rest of the anitya playbook. 2014-09-10 20:22:15 +00:00
Ralph Bean
f24ff83c59 Whitespace. 2014-09-10 20:22:03 +00:00
Ralph Bean
8e9df8c883 A comment. 2014-09-10 19:51:31 +00:00
Ralph Bean
360c80e639 Yes. It was a typo. 2014-09-10 19:42:47 +00:00
Ralph Bean
e44d66b9e1 I think this is a typo. 2014-09-10 19:28:49 +00:00
Ralph Bean
55469946aa Tell ansible to not ssh over the vpn (before its up). 2014-09-10 19:17:48 +00:00
Ralph Bean
273ce3ffc3 Rename these so they match with the inventory file. 2014-09-10 16:45:04 +00:00
Ralph Bean
639bda2602 First draft of an anitya playbook (just the basics) 2014-09-10 16:42:26 +00:00
Ralph Bean
a461130c0f Declare fedmsg certs for anitya. 2014-09-10 16:38:42 +00:00
Ralph Bean
0e2410d160 Adjust firewall rules for anitya-frontend.
It is a special case since its on the vpn.
2014-09-10 16:36:05 +00:00
Ralph Bean
d80364050c Update host_vars just for the anitya backend. 2014-09-10 16:32:49 +00:00
Ralph Bean
8cc1305cf8 Host var for anitya. 2014-09-10 16:32:33 +00:00
Pierre-Yves Chibon
13465f6a0d Try fixing indentation 2014-09-10 12:08:45 +02:00
Pierre-Yves Chibon
a5254ba79b Fix the permissions on /etc/gitolite/logs 2014-09-10 11:58:54 +02:00
f5e0613fd6 Specify the HOME dir for gitolite users
This is needed to get the proper command= line that wil make things
work.
2014-09-10 11:35:05 +02:00
Ralph Bean
cee6ba8367 Match trac.git.receive in both topic and body. 2014-09-09 19:25:50 +00:00
Pierre-Yves Chibon
46095b57d9 Add the groups_vars files for anitya-{backend,frontend} 2014-09-09 12:48:09 +02:00
Pierre-Yves Chibon
054558c047 Add the anitya hosts to the inventory 2014-09-09 12:33:28 +02:00
Pierre-Yves Chibon
0d2ca2d93d Print the error message if there is one 2014-09-09 12:02:44 +02:00