8 Commits

Author SHA1 Message Date
Attila Darazs
2bb8b177bc collect-logs: run in two stages
We should run and publish a minimal sets of files even without any host,
when we failed the run before inventory generation.

This change separates the collection step that runs on all hosts except
localhost, and the rest running on localhost. Running on localhost
always succeeds, even with an empty inventory.

Also add a log environment file for local collect-logs.sh runs that
does not upload logs.

Change-Id: I48d07d42be879026fb80afd73835484770006f85
2016-12-06 15:14:16 +01:00
Attila Darazs
fc388656c4 collect-logs: add rdoproject env requirements
Zuul uses different variables and files to handle artifact uploading,
this change adds the required modifications to collect and publish logs
in the rdoproject.org Zuul environment.

Change-Id: I5d74392210e55be5f5ecd889a5017750a874d45a
2016-12-01 17:07:10 +01:00
Alfredo Moralejo
2a14e3c964 Remove parameters from overcloud deploy
https://review.openstack.org/#/c/397312/ has removed some options in
tripleoclient.

Specifically, --neutron-network-type and --neutron-tunnel-types
are being used in tripleo-quickstart .This patch removes them
from extra_args and scale_extra_args.

This parameters are being passed via environment files or using vxlan
by default so i think it doesn't need any other adjustment.

Change-Id: Icb36a45797bdb5e217ce9f33fa67e6697590b23c
2016-11-29 17:45:26 +01:00
Harry Rybacki
522e9d7d46 Update overcloud-scale post extra roles merging
- Remove scale_ceph.yml config, it isn't tested/verified and
  shouldn't be supported
- Clean up the scale_compute.yml config and remove unused or
  redundant (overriding default with default) variables
- Ensure the conditional tasks cast strings to bools to avoid
  false positives

Change-Id: Ib80e5e492b3add4a7943bdeb24de0957b9b7bcb3
2016-11-29 09:27:50 -05:00
Attila Darazs
dbac16dfb4 collect-logs: internal rename and cleanup
Follow up the rename of the role in the documentation and in absolute
paths. Also clean up the non-functional files within.

Change-Id: Idc0d60134ddbe48b4237ea56c7993d14cc22f5b1
2016-11-22 19:30:49 +01:00
Attila Darazs
dfc253e1e7 Merge role overcloud-scale 2016-11-21 11:50:23 +01:00
Attila Darazs
98c4a5b840 Cleanup and move files for overcloud-scale 2016-11-21 11:50:23 +01:00
Attila Darazs
002f8cd77c Cleanup and move files for collect-logs 2016-11-21 11:50:19 +01:00