Mark Goddard
fd6ed96e39
Merge pull request #67 from ktibi/add_docker_ca_registry
...
add CA conf for private registry
2017-11-13 09:54:56 +00:00
Kevin TIBI
b73b0b8a4d
add CA conf for private registry
2017-11-13 09:14:09 +00:00
Mark Goddard
1b96a20895
Merge pull request #66 from ktibi/add_dns_interface
...
Add custom for dns interface
2017-11-10 10:10:48 +00:00
Kevin TIBI
1ff98a6637
Add custom for dns interface
2017-11-10 09:55:51 +00:00
Mark Goddard
e56c68cb09
Don't provide compute nodes that are in maintenance mode
2017-11-09 20:31:34 +00:00
Mark Goddard
8d26164515
Fix default for idrac_network_ips - should be a dict
2017-11-09 18:48:57 +00:00
Mark Goddard
e93102ccf2
Merge pull request #64 from ktibi/registry_conf
...
add conf for private registry
2017-11-09 14:49:48 +00:00
Kevin TIBI
e3b8fb5f59
add conf for private registry
2017-11-09 13:34:17 +00:00
Mark Goddard
0c1f75e0f3
Merge pull request #62 from markgoddard/horizon-custom-config
...
Add support for custom horizon configuration
2017-11-08 08:53:33 +00:00
Mark Goddard
67375fe221
Merge pull request #58 from jpds/networks-xmit-hash-policy
...
networks.py: Added xmit_hash_policy to bonding option filters.
2017-11-08 08:50:03 +00:00
Mark Goddard
8bf6512e2b
Merge pull request #59 from markgoddard/nova-compute-ironic
...
Make hosts running nova compute service for ironic configurable
2017-11-08 08:49:37 +00:00
Mark Goddard
f5c39530cd
Add support for custom horizon configuration
...
Fixes: #61
2017-11-07 13:44:01 +00:00
Jonathan Davies
4c9a2435c1
network.rst: Document delay and lacp_rate options.
2017-11-03 17:04:49 +00:00
Jonathan Davies
99b93ad9c7
networks.py: Added up/down-delay and lacp rate options.
2017-11-03 17:01:41 +00:00
Mark Goddard
74205ee3a9
Add a variable to configure which hosts run nova compute for ironic
...
May be used to avoid HA nova compute for ironic, which is experimental.
2017-11-03 14:39:57 +00:00
Mark Goddard
2663a92af4
Add workaround for ansible bug 8743 to yum configs
2017-11-03 14:32:29 +00:00
Mark Goddard
ccc11e181b
Merge pull request #57 from stackhpc/net-connectivity
...
Add a command to check network connectivity between hosts
2017-11-03 11:36:22 +00:00
Mark Goddard
76ece0ee65
Merge branch 'master' into net-connectivity
2017-11-03 11:35:59 +00:00
Jonathan Davies
ac905ef914
network.rst: Document xmit_hash_policy option.
2017-11-03 11:13:11 +00:00
Jonathan Davies
a2b75046b9
networks.py: Added xmit_hash_policy to bonding option filters.
2017-11-03 10:09:20 +00:00
Mark Goddard
5e3599633b
Merge pull request #56 from jpds/yum-repo-configure
...
Added options to configure local yum repo
2017-11-02 19:08:07 +00:00
Mark Goddard
f487031fc4
Merge pull request #55 from jpds/fix-node-exporter-command
...
roles/node-exporter: Fixed surplus command option.
2017-11-02 17:37:12 +00:00
Jonathan Davies
ded73faf14
Merge branch 'yum-repo-configure' of github.com:jpds/kayobe into yum-repo-configure
2017-11-02 17:15:33 +00:00
Jonathan Davies
33fc66dc1d
redhat.yml: Added wildcard name to make update cache work.
2017-11-02 17:14:22 +00:00
Mark Goddard
5563c665c0
Don't overwrite custom kolla-ansible configuration files, merge them
...
Previously, if a user provided a custom neutron ML2 configuration file in
/home/stackhpc-mark/kayobe/src/kayobe-config/etc/kayobe/neutron/ml2_conf.ini, it would overwrite the options set by
kayobe. This change applies the 'ignore' rule when copying custom config files,
as well as when deleting them. This works because we read in the contents of
these files and append it to kayobe's own configuration.
2017-11-02 16:39:24 +00:00
Mark Goddard
1243f3e071
Fix typo in release notes
2017-11-02 16:31:23 +00:00
Jonathan Davies
f91b985f17
commands.py: Added Yum configuration to seed VM and hypervisor sections.
2017-11-02 16:03:05 +00:00
Mark Goddard
107de9323a
Add a command to check network connectivity between hosts
...
kayobe network connectivity check
2017-11-02 12:12:07 +00:00
Jonathan Davies
e297ef10c6
ansible/yum.yml: Added seed-hypervisor to yum playbook.
2017-11-01 14:51:07 +00:00
Jonathan Davies
4823db1563
Updated Yum roles with review comments.
2017-11-01 14:49:28 +00:00
Jonathan Davies
a3bb4e17e7
commands.py: Wrapped line to make Travis happy.
2017-11-01 14:00:17 +00:00
Jonathan Davies
1106ed5b4a
group_vars: yum: Disable use of local mirror by default.
2017-11-01 13:22:44 +00:00
Jonathan Davies
4b9f939e35
Added yum-cron update_cmd option.
2017-11-01 13:20:15 +00:00
Jonathan Davies
2757c67c23
roles/yum-cron: Split from yum role.
2017-11-01 13:12:52 +00:00
Jonathan Davies
a00e978505
Added default config file for yum role variables.
2017-11-01 12:32:00 +00:00
Jonathan Davies
a663f2eee4
commands.py: Move yum playbook up.
2017-11-01 12:27:42 +00:00
Jonathan Davies
790b5e45cc
roles/yum: redhat.yml: Removed surplus when statements.
2017-11-01 12:26:05 +00:00
Jonathan Davies
f90cb504af
roles/yum: Added yum_cron_enabled option.
2017-11-01 12:26:02 +00:00
Jonathan Davies
afa3358034
ansible/yum.yml: Added playbook.
2017-11-01 12:25:59 +00:00
Jonathan Davies
237c94b7c9
roles/yum: Prefix all options with yum_
2017-11-01 12:25:57 +00:00
Jonathan Davies
42e22437ed
roles/yum: Use YAML styled options.
2017-11-01 12:25:56 +00:00
Jonathan Davies
38001e5be7
roles/yum: Added use_local_mirror.
2017-11-01 12:25:51 +00:00
Jonathan Davies
2aa5008787
roles/yum: Use yum instead of package.
2017-11-01 12:25:49 +00:00
Jonathan Davies
01684d8f49
roles/yum: Fixed update_cache options.
2017-11-01 12:25:48 +00:00
Jonathan Davies
b4b501a046
roles/yum: Added yum-cron configuration.
2017-11-01 12:25:46 +00:00
Jonathan Davies
1a73fca04c
commands.py: Added yum role to host configure.
2017-11-01 12:25:44 +00:00
Jonathan Davies
0b8bd70a5b
roles/yum: Added base YUM repo configuration for local mirror.
2017-11-01 12:25:32 +00:00
Jonathan Davies
dfa29695e9
roles/node-exporter: Fixed surplus command option.
2017-11-01 10:03:40 +00:00
Mark Goddard
a868ba1c42
Revert "Use a local branch of MichaelRigart.interfaces role until merged upstream"
...
This reverts commit f1543f0bf52522f0f654f8681d0ad20eb346bdfe.
The required changes have now been merged upstream.
2017-10-30 09:13:40 +00:00
Mark Goddard
6892aa077a
Merge pull request #51 from markgoddard/set-vagrant-hostname
...
Set the Vagrant development VM's hostname
2017-10-27 17:38:10 +01:00