Skip to content

Commit 2700908

Browse files
Merge pull request #23 from cisco/release_1.1.1
Release 1.1.1
2 parents 4f17c4d + 2397ab2 commit 2700908

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.1.1] - 2016-02-16
6+
### Fixed
7+
- Update README-agent-install.md to reflect higher minimum memory requirement for guestshell
8+
- Update README-agent-install.md to include workaround for certificate problems in bash-shell
9+
510
## [1.1.0] - 2016-02-12
611
### Added
712
- Extended cisco_interface (@robert-w-gries)
@@ -45,6 +50,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4550
- Initial release of cisco-cookbook for chef, supporting Cisco NX-OS software release 7.0(3)I2(1) on Cisco Nexus switch platforms: N95xx, N93xx, N30xx and N31xx.
4651
- 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.
4752

53+
[unreleased]: https://github.com/cisco/cisco-network-puppet-module/compare/master...develop
54+
[1.1.1]: https://github.com/cisco/cisco-network-chef-cookbook/compare/v1.1.0...v1.1.1
4855
[1.1.0]: https://github.com/cisco/cisco-network-chef-cookbook/compare/v1.0.1...v1.1.0
4956
[1.0.1]: https://github.com/cisco/cisco-network-chef-cookbook/compare/v1.0.0...v1.0.1
5057
[1.0.0]: https://github.com/cisco/cisco-network-chef-cookbook/compare/v0.9.0...v1.0.0

docs/README-agent-install.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The `guestshell` container environment is enabled by default on most platforms;
126126
The recommended minimum values are currently:
127127
```bash
128128
Disk : 400MB
129-
Memory : 300MB
129+
Memory : 400MB
130130
```
131131

132132
Use the `show guestshell detail` command to display the current state of the guestshell:
@@ -144,7 +144,7 @@ Virtual service guestshell+ detail
144144

145145
Use the `guestshell resize rootfs` command to resize the guestshell filesystem. Use the `guestshell resize memory` command to resize the guestshell memory allocation. These commands may be executed even when the guestshell is not yet enabled. Note that the resize command does not take effect until after the guestshell container is (re)started with the `guestshell reboot` or `guestshell enable` command.
146146

147-
**Example.** Guestshell is currently enabled. Resize guestshell filesystem to 400MB and memory to 300MB
147+
**Example.** Guestshell is currently enabled. Resize guestshell filesystem to 400MB and memory to 400MB
148148

149149
```
150150
n3k# guestshell resize rootfs ?
@@ -153,21 +153,21 @@ n3k# guestshell resize rootfs ?
153153
n3k# guestshell resize rootfs 400
154154
Note: Please disable/enable or reboot the Guest shell for root filesystem to be resized
155155
156-
n3k# guestshell resize memory 300
156+
n3k# guestshell resize memory 400
157157
Note: Please disable/enable or reboot the Guest shell for system memory to be resized
158158
159159
n3k# guestshell reboot
160160
Access to the guest shell will be temporarily disabled while it reboots.
161161
Are you sure you want to reboot the guest shell? (y/n) [n] y
162162
```
163163

164-
**Example.** Guestshell is currently disabled. Resize guestshell filesystem to 400MB and memory to 300MB
164+
**Example.** Guestshell is currently disabled. Resize guestshell filesystem to 400MB and memory to 400MB
165165

166166
```
167167
n3k# guestshell resize rootfs 400
168168
Note: Root filesystem will be resized on Guest shell enable
169169
170-
n3k# guestshell resize memory 300
170+
n3k# guestshell resize memory 400
171171
Note: System memory will be resized on Guest shell enable
172172
173173
n3k# guestshell enable
@@ -207,7 +207,7 @@ This section is only necessary if chef-client will run from the `open agent cont
207207

208208
#### Set Up NX-OS
209209

210-
Download the `OAC` `oac.1.1.0.ova` file.
210+
Download the `OAC` `oac.1.0.0.ova` file.
211211

212212
| Platform | OAC Download Link |
213213
|----------|-------------------|
@@ -246,11 +246,11 @@ The recommended minimum values are currently:
246246
**NOTE:** If insufficent `bootflash:` resources are available, remove unneeded files from `bootflash:` to free up space.
247247

248248
Install the `OAC` Virtual Service using the `virtual-service install` command:
249-
`virtual-service install name oac package bootflash:oac.1.1.0.ova`
249+
`virtual-service install name oac package bootflash:oac.1.0.0.ova`
250250

251251
~~~
252-
n7k# virtual-service install name oac package bootflash:oac.1.1.0.ova
253-
Note: Installing package 'bootflash:/oac.1.1.0.ova' for virtual service 'oac'. Once the install has finished, the VM may be activated. Use 'show virtual-service list' for progress.
252+
n7k# virtual-service install name oac package bootflash:oac.1.0.0.ova
253+
Note: Installing package 'bootflash:/oac.1.0.0.ova' for virtual service 'oac'. Once the install has finished, the VM may be activated. Use 'show virtual-service list' for progress.
254254
255255
n7k# 2016 Feb 12 19:51:14 n7k %$ VDC-1 %$ %VMAN-2-INSTALL_STATE: Successfully installed virtual service 'oac'
256256
@@ -260,7 +260,7 @@ Virtual Service List:
260260
261261
Name Status Package Name
262262
-----------------------------------------------------------------------
263-
oac Installed oac.1.1.0.ova
263+
oac Installed oac.1.0.0.ova
264264
265265
n7k#
266266
~~~
@@ -288,7 +288,7 @@ Virtual Service List:
288288
289289
Name Status Package Name
290290
-----------------------------------------------------------------------
291-
oac Activated oac.1.1.0.ova
291+
oac Activated oac.1.0.0.ova
292292
293293
n7k#
294294
~~~
@@ -361,12 +361,20 @@ export http_proxy="http://proxy.yourdomain.com:<port>"
361361
export https_proxy="https://proxy.yourdomain.com:<port>"
362362
~~~
363363

364-
##### Run Chef Install Script
364+
##### Run Chef Install Script <sup>1</sup>
365365

366366
```bash
367367
curl 'https://www.chef.io/chef/install.sh' | bash
368368
```
369369

370+
<sup>1</sup> *Note: At the time of release 1.1.0 it appears that the `bash-shell` environment may encounter a certificate error on some platforms during chef-client install. The workaround for this problem is to use `wget` and manually install the chef-client rpm as shown:*
371+
372+
```bash
373+
wget https://opscode-omnibus-packages.s3.amazonaws.com/nexus/7/x86_64/chef-12.7.2-1.nexus7.x86_64.rpm —no-check-certificate
374+
375+
yum localinstall chef-12.7.2-1.nexus7.x86_64.rpm
376+
```
377+
370378
#### validation.pem
371379

372380
You must copy the validation.pem file from the chef-server to `/etc/chef/validation.pem`

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
source_url 'https://github.com/cisco/cisco-network-chef-cookbook'
2525
supports 'nexus'
2626
supports 'nexus_centos'
27-
version '1.1.0'
27+
version '1.1.1'

0 commit comments

Comments
 (0)