Commit Graph

7 Commits

Author SHA1 Message Date
David Ames 77c7f896f7 Bug fixes for mojo's use of zaza
Now with more unit tests!
A couple of minor bug fixes exposed while testing mojo's use of zaza.
2018-05-04 23:09:34 +00:00
Liam Young 34c6431658 Add method for signing csrs 2018-05-03 16:30:06 +00:00
Frode Nordahl 092c3c1f6b Add utility helper function for generating X.509 certs 2018-05-01 14:17:10 +02:00
David Ames 1461761fb8 Rename get_net_info to get_network_config
The configure.network script had already made this change. Using
run_from_cli ran into the fact that it was not changed in
utilities._local_utils.

Update for consistency.
2018-04-25 15:51:33 -07:00
David Ames 6ad3745206 Separate overcloud and undercloud settings
Changed the name of configure_dragent
Removed the network.yaml file requirement for tests
Made a bright line distinction between declared overcloud network
settings and environment specific undercloud settings
The tests will declare the overcloud settings and acquire the
undercloud settings from environment variables.
2018-04-19 14:42:29 -07:00
David Ames 4278e5822d Neutron dynamic routing testing
Add the testing required for neutron dynamic routing A.K.A dragent.
Create the zaza.charm_tests.dragent module for testing neutron dynamic
routing.
Create the zaza.configure module for reusable configuration tools.
Update utilities to simplify authenticating clients.
2018-04-18 16:14:23 -07:00
David Ames 621baa4ee0 Add create port and create floating ip
Add utilities
2018-04-13 16:46:31 -07:00