Skip to content

Commit

Permalink
Did a cleanup. #59
Browse files Browse the repository at this point in the history
Removed all openstack related stuff

Moved playbooks that install a single role that is also installed via
the cluster.yml. This keeps the root of the repository less of a mess in
my oppinion.

As famous quote goes "There are only two hard things in
Computer Science: cache invalidation and naming things"

I'm very much open to suggestions for a better name.
  • Loading branch information
erijpkema committed Feb 18, 2019
1 parent bc48b18 commit 9e46b63
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 195 deletions.
9 changes: 0 additions & 9 deletions cinder-controller.yml

This file was deleted.

9 changes: 0 additions & 9 deletions cinder-storage.yml

This file was deleted.

6 changes: 6 additions & 0 deletions cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
- prom_server
- cadvisor
- slurm
vars:
# These variables are needed by the mariadb role.
# Which is a depencency of the slurm role.
# See roles/slurm/meta/main.yml
hostname_node0: "{{ ansible_hostname }}"
ip_node0: "{{ ansible_default_ipv4['address'] }}"

- name: Install virtual compute nodes
hosts: compute-vm
Expand Down
44 changes: 0 additions & 44 deletions gearshift_hosts.ini
Original file line number Diff line number Diff line change
@@ -1,43 +1,3 @@
[databases]
gs-openstack
gs-compute10
gs-compute11

[keystone]
gs-openstack

[glance-controller]
gs-openstack

[heat]
gs-openstack

[horizon]
gs-openstack

[rabbitmq]
gs-openstack
gs-compute10
gs-compute11

[memcached]
gs-openstack

[neutron-controller]
gs-openstack physical_interface_mappings=provider:enp130s0f0

[nova-controller]
gs-openstack

[cinder-controller]
gs-openstack

[cinder-storage]
gs-compute[01:11] storage_volume=/dev/sdb

[nova-compute]
gs-compute[01:11] physical_interface_mappings=provider:enp130s0f0

[jumphost]
airlock

Expand Down Expand Up @@ -68,7 +28,3 @@ administration
[gearshift-cluster:children]
cluster
jumphost

[metal]
gs-openstack
gs-compute[01:11]
9 changes: 0 additions & 9 deletions glance-controller.yml

This file was deleted.

9 changes: 0 additions & 9 deletions heat.yml

This file was deleted.

9 changes: 0 additions & 9 deletions horizon.yml

This file was deleted.

9 changes: 0 additions & 9 deletions keystone.yml

This file was deleted.

13 changes: 0 additions & 13 deletions mariadb.yml

This file was deleted.

5 changes: 0 additions & 5 deletions memcached.yml

This file was deleted.

9 changes: 0 additions & 9 deletions neutron-controller.yml

This file was deleted.

9 changes: 0 additions & 9 deletions nova-compute.yml

This file was deleted.

9 changes: 0 additions & 9 deletions nova-controller.yml

This file was deleted.

7 changes: 0 additions & 7 deletions rabbitmq.yml

This file was deleted.

6 changes: 0 additions & 6 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
# pull down common roles from the HPC cloud repo
- src: ssh://git@git.webhosting.rug.nl:222/HPC/hpc-cloud.git
name: hpc-cloud
version: umcg-0.2
scm: git

# Mostly user accounts of hpc playbooks.
- src: ssh://git@git.webhosting.rug.nl:222/HPC/HPCplaybooks.git
name: HPCplaybooks
Expand Down
12 changes: 0 additions & 12 deletions settings.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions site.yml

This file was deleted.

11 changes: 0 additions & 11 deletions vnode.yml

This file was deleted.

0 comments on commit 9e46b63

Please sign in to comment.