Commit Graph

15 Commits

Author SHA1 Message Date
Andreas Jaeger 08db3ad05f Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I37b6a82c9c3c3893bb4b9b6a4c4b5a83a6d8193c
2019-12-18 09:50:01 +01:00
Michael Polenchuk 152f029f38 [ceph] Change radosgw frontend port
Set radosgw listen port to default
value of built-in frontend.

Change-Id: I4ddcba69018238001df9b00b9e4174de3a9840c9
Related-Bug: #1674917
2017-03-28 12:40:03 +04:00
Sergey Novikov c57e5fe33b Update tests for network templates
Closes-Bug: 1632332
Change-Id: I8ebac9d95de2a86bc9ddcbf2287b81ec9ff6fa06
(cherry picked from commit e26d83beef)
2017-03-16 08:36:26 +00:00
Alexey Stepanov 7ec0f37fa1 Move QuietLogger and logwrap to core
1. Move QuietLogger and logwrap to core
2. Fix QuietLogger (if log level was upper, than in param,
  QuietLogger ebabled additional logging instead of pass)
3. Cover by unit-tests
4. Added missed license text
5. add *.log to gitignore

Change-Id: If842791000c76852fe1dec1e66edcc081c278b2c
Blueprint: fuel-qa-join-helpers
(cherry picked from commit b7ca0ff)
2016-09-05 10:39:58 +03:00
asledzinskiy f188631bba Move two_nodegroups_network_templates to own group
- Move two_nodegroups_network_templates test to its
own class with own group
- Move specific methods from test_multiple_networks to
test_net_templates_base
- Fix two_nodegroups.yaml template

Change-Id: Iac0dc8a7dcb7ec5532bdabca5681b74bdd81f8ce
Closes-Bug: #1549334
2016-03-29 13:07:15 +03:00
Alexey Stepanov e7ae1fec8e Pylint: fix trivial issues 4
Change-Id: I512c6faa3870b62a1516fd7aa5f5dd0979f745c7
fix: dangerous default values
Related-bug: #1556791
2016-03-16 10:32:45 +03:00
Dmitry Tyzhnenko 290a20775e Wrap generator into list
Method generate_networks_for_template in TestNetworkTemplatesBase
    use pop() method to fetch subnets. But netaddr.Network.subnet
    return generetor.

Change-Id: I1ad457557914d89ff2b6fcbba3a638aa7d038253
Closes-bug: #1556054
2016-03-11 14:34:41 +02:00
Dmitry Tyzhnenko 7f3fb9da40 Replace ipaddr to netaddr
Remove ipaddr from fuelweb_test/requirements.txt and use netaddr
    in test cases instead of ipaddr

Use string for creation of netaddr instances

Change-Id: Idc86dcaae6f10c13b04095fb11fa9351b130deb8
Closes-bug: #1544148
2016-03-09 21:32:01 +00:00
Maksym Strukov d5c987924a Revert "Replace ipaddr to netaddr"
This reverts commit 588d1687ac.

Change-Id: Idd064bcc6e57e163e52d976313fe7645073fca36
2016-02-26 21:48:39 +00:00
Dmitry Tyzhnenko 588d1687ac Replace ipaddr to netaddr
Remove ipaddr from fuelweb_test/requirements.txt and use netaddr
    in test cases instead of ipaddr

Change-Id: I80cee069f9f17360cc5fc48e429a8b7f986c6f2c
Closes-bug: #1544148
2016-02-22 16:44:02 +02:00
Alexey Stepanov 81f1c0d739 Code style changes
Mass fix:
1. shadow builtins in locals
2. binary operators on new line
3. import class as lowercase (not readable type of object in namespace)

API not changed.

Change-Id: Ia171e466b502d95aa96ff4801eb37d528d659b64
2015-11-26 14:50:21 +03:00
Alexey Stepanov b63dd9848b Refactor & fix incorrect default args
Fix:
  1. Default arguments should not be mutable
  2. Set could be created without set() call (little faster)
  3. Redundant parenthesis (readability)
  4. lambdas is strictly not recommended by PEP8, especially as class variables
  5. fix old style classes (not inherited from object)
Update-reason: rebase

Closes-Bug: #1512671

Change-Id: Id8314b76848278b67da898600240b59cf76a7328
2015-11-09 14:52:15 +03:00
Alexandr Kostrikov 25101b0fe7 Test for multiple networks with templates
This test is targeting to cover feature
node groups when there is a need for
further improvement in flexibility
via applying network template.

Related blueprint templates-for-networking
Closes-bug: #1479743

Change-Id: I315db40005c7fe21baa283e4b22c706ce5226838
2015-09-22 15:47:14 +03:00
Artem Panchenko b40aab4a07 Fix incorrect network roles usage in system tests
Move unused network roles to separate section in networking
template.
Add service 'swift-replication' and check that correct
network is used by Swift for replication.

Change-Id: Iedde7ca2cc3dd760d79b3f9444e2ddaefac9336a
Closes-bug: #1493603
2015-09-09 08:38:32 +03:00
Artem Panchenko 85af6d87d7 Add advanced checks to net templates tests
Perform advanced cheks in tests for networking
templates feature:

 * run network verification before/after
   environment deployment;

 * check IP settings on slaves correspond
   to network configuration in template;

 * check that services are listening on
   networks according to assigned network
   roles in template.

Also increase deployment timeout to 180 minutes.

Related blueprint templates-for-networking
Closes-bug: #1491768

Change-Id: I40b898e24942502654310a842178941198157b60
2015-09-03 13:33:28 +03:00