Alexander Todorov
b7b8731c03
Update OpenStack flavor and network settings in tests
...
b/c we've migrated to Upshift we must use different instance type,
specify the desired network to connect to and update how we get
the ip address of the launched VM.
(cherry picked from commit c95d7084a6
)
2019-05-03 17:03:40 -07:00
Jiri Kortus
f7e71768fa
Make sure compose build tests run with SELinux in enforcing mode
...
(cherry picked from commit 57be7313c4
)
2019-05-03 17:01:30 -07:00
Jan Stodola
43a79746fc
Export OS_PROJECT_NAME variable in openstack scripts
...
The OS_PROJECT_NAME (or OS_TENANT_NAME) environment variable needs to be defined.
Use the OS_PROJECT_NAME, since it is recommended in the documentation instead of
the older OS_TENANT_NAME.
(cherry picked from commit cc6fdb2fac
)
2019-05-03 16:57:37 -07:00
Alexander Todorov
a038f7d904
tests: use the first IP address if more than 1 retruned from OpenStack
...
(cherry picked from commit 883a959442
)
2019-05-03 16:52:44 -07:00
Alexander Todorov
4f3b81e4e7
Teach OpenStack test to distinguish between RHEL and Fedora
...
(cherry picked from commit 642b909d24
)
2019-05-03 16:50:33 -07:00
Alexander Todorov
9584cbd96f
Use a temporary dir for ssh keys during testing
...
resolves path problems with sudo, we already have the same change
in the AWS test script.
(cherry picked from commit 16260c1569
)
2019-05-03 16:47:46 -07:00
Alexander Todorov
a8ff02113b
Use full path when pushing toml files during testing
...
(cherry picked from commit 8f430be2a6
)
2019-05-03 16:47:00 -07:00
Alexander Todorov
9b31c3cad9
Fix typo in comment
...
(cherry picked from commit d6dcb38a78
)
2019-05-03 16:40:48 -07:00
Alexander Todorov
3fd9699e6d
For OpenStack build image with rng-tools installed
...
appears to be a decent workaround for slow boot likely caused
by lack of entropy for ssh-keygen, see:
https://bugzilla.redhat.com/show_bug.cgi?id=1639326
(cherry picked from commit 6ae78fbd47
)
2019-05-03 16:39:25 -07:00
Alexander Todorov
a2797e8f1b
new test: build and deploy an image in OpenStack
...
(cherry picked from commit 6a42570eea
)
2019-05-03 16:37:16 -07:00