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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
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
+
## [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
+
5
10
## [1.1.0] - 2016-02-12
6
11
### Added
7
12
- Extended cisco_interface (@robert-w-gries)
@@ -45,6 +50,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
45
50
- 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.
46
51
- 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: docs/README-agent-install.md
+20-12Lines changed: 20 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ The `guestshell` container environment is enabled by default on most platforms;
126
126
The recommended minimum values are currently:
127
127
```bash
128
128
Disk : 400MB
129
-
Memory :300MB
129
+
Memory :400MB
130
130
```
131
131
132
132
Use the `show guestshell detail` command to display the current state of the guestshell:
@@ -144,7 +144,7 @@ Virtual service guestshell+ detail
144
144
145
145
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.
146
146
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
Note: Please disable/enable or reboot the Guest shell for root filesystem to be resized
155
155
156
-
n3k# guestshell resize memory 300
156
+
n3k# guestshell resize memory 400
157
157
Note: Please disable/enable or reboot the Guest shell for system memory to be resized
158
158
159
159
n3k# guestshell reboot
160
160
Access to the guest shell will be temporarily disabled while it reboots.
161
161
Are you sure you want to reboot the guest shell? (y/n) [n] y
162
162
```
163
163
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
165
165
166
166
```
167
167
n3k# guestshell resize rootfs 400
168
168
Note: Root filesystem will be resized on Guest shell enable
169
169
170
-
n3k# guestshell resize memory 300
170
+
n3k# guestshell resize memory 400
171
171
Note: System memory will be resized on Guest shell enable
172
172
173
173
n3k# guestshell enable
@@ -207,7 +207,7 @@ This section is only necessary if chef-client will run from the `open agent cont
207
207
208
208
#### Set Up NX-OS
209
209
210
-
Download the `OAC``oac.1.1.0.ova` file.
210
+
Download the `OAC``oac.1.0.0.ova` file.
211
211
212
212
| Platform | OAC Download Link |
213
213
|----------|-------------------|
@@ -246,11 +246,11 @@ The recommended minimum values are currently:
246
246
**NOTE:** If insufficent `bootflash:` resources are available, remove unneeded files from `bootflash:` to free up space.
247
247
248
248
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`
250
250
251
251
~~~
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.
254
254
255
255
n7k# 2016 Feb 12 19:51:14 n7k %$ VDC-1 %$ %VMAN-2-INSTALL_STATE: Successfully installed virtual service 'oac'
<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:*
0 commit comments