Skip to content

Commit

Permalink
Moved openstack driver to molecule-openstack (#2413)
Browse files Browse the repository at this point in the history
The driver has its own repository now:
https://github.com/pycontribs/molecule-openstack

Fixes: #2316
Signed-off-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
ssbarnea authored Oct 27, 2019
1 parent c9b9c2d commit 6938066
Show file tree
Hide file tree
Showing 36 changed files with 6 additions and 1,103 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ENV PACKAGES="\
"
RUN apk add --update --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ ${PACKAGES}

ENV MOLECULE_EXTRAS="azure,docker,docs,openstack,vagrant,windows"
ENV MOLECULE_EXTRAS="azure,docker,docs,vagrant,windows"

# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917006
RUN pip3 install -U wheel
Expand Down Expand Up @@ -132,7 +132,7 @@ ENV GEM_PACKAGES="\
etc \
"

ENV MOLECULE_EXTRAS="azure,docker,docs,lxc,openstack,vagrant,windows"
ENV MOLECULE_EXTRAS="azure,docker,docs,lxc,vagrant,windows"

RUN \
apk add --update --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ ${BUILD_DEPS} ${PACKAGES} \
Expand Down
3 changes: 0 additions & 3 deletions docs/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,6 @@ we export a ``TOX_ENVNAME`` environment variable, it's the name of our tox env.
TOX_ENVNAME={envname}
MOLECULE_EPHEMERAL_DIRECTORY=/tmp/{envname}
If you are utilizing the Openstack driver you will have to make sure that your
``envname`` variable does not contain any invalid characters, particularly
``-``.
You also must include the ``TOX_ENVNAME`` variable in name of each platform in
``molecule.yml`` configuration file. This way, ther names won't create any
Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@
# further. For a list of options available for each theme, see the
# documentation.
# html_theme_options = {}
html_theme_options = {
'analytics_id': 'UA-128382387-1',
}
html_theme_options = {'analytics_id': 'UA-128382387-1'}

# Add any paths that contain custom themes here, relative to this directory.
# html_theme_path = []
Expand Down
5 changes: 0 additions & 5 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ Docker
.. autoclass:: molecule.driver.docker.Docker()
:undoc-members:

Openstack
^^^^^^^^^

.. autoclass:: molecule.driver.openstack.Openstack()
:undoc-members:

Podman
^^^^^^
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ platforms:
{%- if cookiecutter.driver_name == 'docker' %}
- name: instance
image: docker.io/centos:7
{%- elif cookiecutter.driver_name == 'openstack' %}
- name: instance
image: Ubuntu-16.04
flavor: NO-Nano
{%- elif cookiecutter.driver_name == 'podman' %}
- name: instance
image: docker.io/centos:7
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6938066

Please sign in to comment.