Age | Commit message (Collapse) | Author | Files | Lines |
|
Forwarded traffic doesn't pass through the output table
so adding http, https and dns traffic reject rules to
forward table also for a mock-detached state
Change-Id: Iab4b7f0f7c95068223636052979c4959db6feaa6
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
Change-Id: Ic1be571650a301384b91981f3c2a362fa50c7414
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
Change-Id: Ic2dedd5ded9dec3a549a2a2a30d46b748957ea3b
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
JIRA: APEX-185
Change-Id: I1e281f5905cc1db05d0f654503d91acda853c183
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
- mock-detached will add or remove firewall rules to block
traffic that would pull resources from the internet durning a deploy
These firewall rule may need to be added to, just starting with
http and https traffic figuring that would block the majority of cases.
- making updates to util help message according to:
https://en.wikipedia.org/wiki/Usage_message
Change-Id: I3c90999f977dd8f49c48399d312ed128b37bea6d
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
Changes include:
- Copies root pub key to overcloud nodes
- Introduces overcloud util command to login control/computes
- Minor fixes to undercloud util command
JIRA: APEX-192
Change-Id: I903fda4b1d232fc623137490630ac905ebb781d7
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
- removing the -r and -c parameters
- relying on ENV vars for non-system locations
- abstracting the apex-python-utils to a var
Change-Id: I7ff1ca8b741c890647aee029c57e8342f0b5cb07
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
Change-Id: I561c636ac8f0cde9a23a3a74906bd88662f6dd59
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Purpose of this commit is to test opnfv-tht changes are not breaking
nosdn deployment.
opnfv-tht-pr: 10
Change-Id: I85da61a9591999d1249d55700241d71256019a81
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
- first stage in standarizing how custom config
values are passed in by moving
to using ENV vars to pass in custom params
- next stage is to remove the -r and -c
options in deploy.sh
Moving this direction will reduce managment of
custom parameters and rely on ENV vars to make
the customizations for development
Change-Id: Ibbc171d5e6801b27c1b62ca65c2a9f7830483b97
Signed-off-by: Dan Radez <dradez@redhat.com>
|
|
Patch adds helpful utility functions and automatic parsing of heat
output into a readable format indicating where a failure is in a
deployment. Example: http://fpaste.org/354210/
New opnfv-util function allows a user to interact with a deployment
easily:
- opnfv-util undercloud <user> connects user to undercloud VM
- opnfv-util debug-stack parses the heat failure output
Above arguments also accept partial matches.
JIRA: APEX-75
Change-Id: I5ccfee64ee2958de0d00a3b25cd9b29de60c9e20
Signed-off-by: Tim Rozet <trozet@redhat.com>
|