You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-2
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,26 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
## [Unreleased]
5
+
## [1.0.0] - 2015-08-28
6
+
### Added
7
+
- New facts `cisco_node_utils` and `cisco_nxapi` report the installed version of these gems.
8
+
- Providers requiring the `cisco_node_utils` feature will generate a warning message if an obsolete gem version is installed.
9
+
- Added README-maintainers.md
10
+
11
+
### Fixed
12
+
- Metadata URLs now point to new public GitHub repository.
13
+
- Moved misc READMEs into /docs
14
+
- NXAPI providers are marked as defaultfor 'nexus' operating system.
15
+
- Fixed beaker test for package and interface ospf
16
+
- Fixed sample install.pp
6
17
7
18
## [0.9.1] - 2015-08-13
8
19
### Added
9
20
- Added CONTRIBUTING.md
10
21
- Added README-creating-types-providers.md and associated templates.
11
22
- Added SUPPORT.md
12
23
- Added Beaker test cases for cisco_command_config, file, package, and service providers.
24
+
- Added VRF attribute to cisco_interface provider.
13
25
14
26
### Fixed
15
27
- 'puppet resource cisco_vtp' now works properly.
@@ -26,5 +38,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
26
38
- Initial release of puppetlabs-ciscopuppet module, supporting Cisco NX-OS software release 7.0(3)I2(1) on Cisco Nexus switch platforms: N95xx, N93xx, N30xx and N31xx.
27
39
- Please note: 0.9.0 is an EFT pre-release for a limited audience with access to NX-OS 7.0(3)I2(1). Additional code changes may occur in 0.9.x prior to the final 1.0.0 release.
Copy file name to clipboardExpand all lines: README.md
+115-33
Original file line number
Diff line number
Diff line change
@@ -1,52 +1,98 @@
1
1
# ciscopuppet
2
-
----
3
-
### _EARLY FIELD TRIAL:_ This is a Puppet agent EFT for use with Cisco NX-OS release 7.0(3)I2(1). Please see the [Limitations](#limitations) section for more information.
4
-
----
5
2
6
3
#### Table of Contents
7
4
8
5
1.[Overview](#overview)
9
6
2.[Module Description](#module-description)
10
7
3.[Setup](#setup)
11
-
*[Setup requirements](#setup-requirements)
12
-
*[Beginning with ciscopuppet](#beginning-with-ciscopuppet)
13
8
4.[Usage](#usage)
14
-
5.[Reference - An under-the-hood peek at what the module is doing and how](#reference)
15
-
5.[Limitations - OS compatibility, etc.](#limitations)
16
-
6.[Development - Guide for contributing to the module](#development)
9
+
5.[Resource Reference](#resource-reference)
10
+
*[Resource Type Catalog (by Technology)](#resource-by-tech)
11
+
*[Resource Type Catalog (by Name)](#resource-by-name)
12
+
6.[Limitations - OS compatibility, etc.](#limitations)
13
+
7.[Development - Guide for contributing to the module](#development)
14
+
15
+
--
16
+
##### Additional References
17
+
18
+
* Agent Installation
19
+
*[README-agent-install.md](docs/README-agent-install.md) : Agent Installation and Configuration Guide
20
+
*[README-beaker-agent-install.md](docs/README-beaker-agent-install.md) : Automated Agent Installation and Configuration via the Beaker Tool
21
+
* User Guides
22
+
*[README-package-provider.md](docs/README-package-provider.md) : Cisco Nexus Package Management using the Package Provider
23
+
* Developer Guides
24
+
*[README-develop-types-providers.md](docs/README-develop-types-providers.md) : Developing new ciscopuppet Types and Providers
25
+
*[README-beaker-testcase-execution.md](docs/README-beaker-testcase-execution.md) : Executing Beaker Tests for ciscopuppet
26
+
*[README-beaker-testcase-writing.md](docs/README-beaker-testcase-writing.md) : Writing Beaker Tests for ciscopuppet
27
+
28
+
--
17
29
18
30
## Overview
19
31
20
-
This ciscopuppet module enables Puppet to config Cisco Nexus Switches that
21
-
support NXAPI through types and NXAPI based providers.
32
+
The ciscopuppet module allows a network administrator to manage Cisco Network Elements using Puppet. This module bundles a set of Puppet Types, providers, Beaker Tests, Sample Manifests and Installation Tools for effective network management. The resources and capabilities provided by this Puppet Module will grow with contributions from Cisco, Puppet Labs and the open source community.
33
+
34
+
The Cisco Network Elements and Operating Systems managed by this Puppet Module are continuously expanding. Please refer to the [Limitations](#limitations) section for details on currently supported hardware and software.
35
+
The Limitations section also provides details on compatible Puppet Agent and Puppet Master versions.
36
+
37
+
This GitHub repository contains the latest version of the ciscopuppet module source code. Supported versions of the ciscopuppet module are available at Puppet Forge. Please refer to [SUPPORT.md](SUPPORT.md) for additional details.
38
+
39
+
Contributions to this Puppet Module are welcome. Guidelines on contributions to the module are captured in [CONTRIBUTING.md](CONTRIBUTING.md)
22
40
23
41
## Module Description
24
42
25
-
This module enables users to manage Cisco Nexus switches using Puppet.
43
+
This module enables management of supported Cisco Network Elements using Puppet. This module enhances the Puppet DSL by introducing new Puppet Types and Providers capable of managing network elements.
26
44
27
-
This module uses Cisco NXAPI to manage various Cisco NX-OS functions on certain Cisco Nexus Switches models such as N9k series and N31xx series. These functions include,
28
-
but are not limited to, tacacs server and host, snmp server and users, and OSPF.
45
+
The set of supported network element platforms is continuously expanding. Please refer to the [Limitations](#limitations) section for a list of currently supported platforms.
29
46
30
47
## Setup
31
48
32
-
### Beginning with ciscopuppet
49
+
#### Puppet Master
50
+
51
+
The `ciscopuppet` module is installed on the Puppet Master server. Please see [Puppet Labs: Installing Modules](https://docs.puppetlabs.com/puppet/latest/reference/modules_installing.html) for general information on Puppet module installation.
52
+
53
+
#### Puppet Agent
54
+
The Puppet Agent requires installation and setup on each device. Agent setup can be performed as a manual process or it may be automated. For more information please see the [README-agent-install.md](docs/README-agent-install.md) document for detailed instructions on agent installation and configuration on Cisco Nexus devices.
55
+
56
+
##### Artifacts
57
+
58
+
As noted in the agent installation guide, these are the current RPM versions for use with ciscopuppet:
59
+
*`bash-shell`: Use [http://yum.puppetlabs.com/puppetlabs-release-pc1-nxos-5.noarch.rpm](http://yum.puppetlabs.com/puppetlabs-release-pc1-nxos-5.noarch.rpm)
60
+
*`guestshell`: Use [http://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm](http://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm)
61
+
62
+
##### Gems
63
+
64
+
The ciscopuppet module has dependencies on a few ruby gems. After installing the Puppet Agent software you will then need to install the following gems on the agent device:
These gems have dependencies on each other so installing `cisco_node_utils` by itself will automatically install `net_http_unix` and `cisco_nxapi`.
71
+
72
+
Example:
73
+
74
+
~~~bash
75
+
[root@guestshell]# gem install cisco_node_utils
76
+
77
+
[root@guestshell]# gem list | egrep 'cisco|net_http'
78
+
cisco_node_utils (1.0.0)
79
+
cisco_nxapi (1.0.0)
80
+
net_http_unix (0.2.1)
81
+
~~~
82
+
83
+
##### Gem Persistence (bash-shell only)
33
84
34
-
Before the module can be run properly on the agent, enable pluginsync in the puppet.conf file on the agent.
85
+
Please note that in the Nexus `bash-shell` environment these gems are currently not persistent across system reload. This persistence issue can be mitigated by simply defining a manifest entry for installing the `cisco_node_utils` gem via the package provider.
35
86
36
-
You must also install the following gems on the agent: net_http_unix, cisco_nxapi,
37
-
and cisco_node_utils. Since these have dependencies on each other, when you
38
-
install cisco_node_utils, the other two gems will be automatically installed.
39
-
Gems installed under Puppet are not persistent across system reload on Nexus
40
-
switches. To avoid issues after reload, you should include the package
41
-
provider in the manifest to automate installing these gems, as shown in
42
-
the following example.
87
+
Example:
43
88
44
89
~~~Puppet
45
90
package { 'cisco_node_utils' :
46
91
provider => 'gem',
47
92
ensure => present,
48
93
}
49
-
~~~~
94
+
~~~
95
+
*This persistence issue does not affect the `guestshell` environment. Gems are persistent across reload in the `guestshell`.*
0 commit comments