Skip to content

Commit

Permalink
fix: dependabot CI/builder CVE updates.
Browse files Browse the repository at this point in the history
* Bump werkzeug from 2.2.2 to 2.2.3 to handle dependabot notice
   - Anything higher than 3.x seems to break backwards compat.
* Other minor doc updates.

Change-Id: I4936fb9b5f5b02fa6dabe944823e5a4c13a17a00
  • Loading branch information
sadsfae committed Jun 25, 2024
1 parent e6f3258 commit 22bb54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,10 +604,11 @@ quads --mod-cloud --cloud cloud03 --vlan none
#### Defining a New Cloud

```bash
quads --define-cloud --cloud cloud03 --description "Messaging AMQ" --force --cloud-owner epresley --cc-users "jdoe jhoffa" --cloud-ticket 423625 --qinq 1
quads --define-cloud --cloud cloud03 --description "Messaging AMQ" --cloud-owner epresley --cc-users "jdoe jhoffa" --cloud-ticket 423625 --qinq 1
```

* Note: in QUADS `1.1.4` you can change any of these values selectively via the `--mod-cloud` command [described below](#modifying-cloud-level-attributes).
* Note: in QUADS `2.0` the `--force` command is no longer needed for defining inactive environments future use.

- Now that you've defined your new cloud you'll want to allocate machines and a schedule.
- We're going to find the first 20 Dell r620's and assign them as an example.
Expand All @@ -616,7 +617,6 @@ quads --define-cloud --cloud cloud03 --description "Messaging AMQ" --force --clo
```bash
quads --cloud-only --cloud cloud01 | grep r620 | head -20 > /tmp/RT423624
```

- Now we'll allocate all of these hosts with a schedule, by default our system times use UTC.

```bash
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PyYAML>=6.0
six>=1.16.0
SQLAlchemy>=2.0.9
SQLAlchemy-Utils>=0.41.0
Werkzeug==2.2.2
Werkzeug==2.2.3
WTForms>=3.0.1
email-validator>=1.3.1
PyJWT>=2.6.0
Expand Down

0 comments on commit 22bb54a

Please sign in to comment.