diff --git a/README.md b/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..9006052 --- /dev/null +++ b/README.rst @@ -0,0 +1,7 @@ +This project is no longer maintained. + +The contents of this repository are still available in the Git source code +management system. To see the contents of this repository before it reached +its end of life, please check out the previous commit with +"git checkout HEAD^1". + diff --git a/horizon/init.sls b/horizon/init.sls deleted file mode 100644 index 23d211a..0000000 --- a/horizon/init.sls +++ /dev/null @@ -1,17 +0,0 @@ -{% from "horizon/map.jinja" import horizon with context %} - -horizon: - pkg.installed: - - refresh: False - - pkgs: {{ horizon.pkgs }} - service.running: - - enable: True - - reload: True - - names: {{ horizon.services }} - - require: - - pkg: horizon - - watch: - - file: /etc/openstack-dashboard/ubuntu_theme.py - -/etc/openstack-dashboard/ubuntu_theme.py: - file.absent diff --git a/horizon/map.jinja b/horizon/map.jinja deleted file mode 100644 index 0f34f36..0000000 --- a/horizon/map.jinja +++ /dev/null @@ -1,8 +0,0 @@ -{% set horizon=salt["grains.filter_by"]({ - "Debian":{ - "pkgs": ["openstack-dashboard", "apache2"], - "services": ["apache2"] - } -}) %} -{#- vim:ft=sls --#} diff --git a/pillar.example b/pillar.example deleted file mode 100644 index e69de29..0000000