Skip to content
This repository has been archived by the owner. It is now read-only.

revving docs to v2016.10.2 #280

Merged
merged 1 commit into from
Nov 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FORMULA
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: hubblestack_nova
os: RedHat, CentOS, Debian, Ubuntu
os_family: RedHat, Debian
version: 2016.10.1
version: 2016.10.2
release: 1
summary: HubbleStack Nova
description: HubbleStack Nova
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ iterate policy changes separate from the code.

.. code-block:: shell

wget https://spm.hubblestack.io/nova/hubblestack_nova-2016.9.2-1.spm
spm local install hubblestack_nova-2016.9.2-1.spm
wget https://spm.hubblestack.io/nova/hubblestack_nova-2016.10.2-1.spm
spm local install hubblestack_nova-2016.10.2-1.spm

**Nova Profiles**

.. code-block:: shell

wget https://spm.hubblestack.io/nova/hubblestack_nova_profiles-20160914-1.spm
spm local install hubblestack_nova_profiles-20160914-1.spm
wget https://spm.hubblestack.io/nova/hubblestack_nova_profiles-20161101-1.spm
spm local install hubblestack_nova_profiles-20161101-1.spm

You should now be able to sync the new modules to your minion(s) using the
``sync_modules`` Salt utility:
Expand Down Expand Up @@ -114,7 +114,7 @@ Requirements: GitFS support on your Salt Master.

gitfs_remotes:
- https://github.com/hubblestack/nova:
- base: v2016.9.1
- base: v2016.10.2

.. tip:: Remember to restart the Salt Master after applying this change.

Expand Down
4 changes: 2 additions & 2 deletions _modules/hubble.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Loader and primary interface for nova modules

:maintainer: HubbleStack / basepi
:maturity: 2016.7.0
:maturity: 2016.10.2
:platform: All
:requires: SaltStack

Expand Down Expand Up @@ -35,7 +35,7 @@
from salt.loader import LazyLoader

__nova__ = {}
__version__ = 'v2016.10.1'
__version__ = 'v2016.10.2'


def audit(configs=None,
Expand Down