Comment 12 for bug 1390099

Revision history for this message
Anastasia Palkina (apalkina) wrote :

Reproduced without any problems on ISO #92

"build_id": "2015-02-01_22-55-01", "ostf_sha": "c9100263140008abfcc2704732e98fbdfd644068", "build_number": "92", "release_versions": {"2014.2-6.1": {"VERSION": {"build_id": "2015-02-01_22-55-01", "ostf_sha": "c9100263140008abfcc2704732e98fbdfd644068", "build_number": "92", "api": "1.0", "nailgun_sha": "c0932eb5c2aa7fd1e13a999cb1b4bf5aff101c3b", "production": "docker", "python-fuelclient_sha": "2ea7b3e91c1d2ff85110bf5abb161a6f4e537358", "astute_sha": "ed5270bf9c6c1234797e00bd7d4dd3213253a413", "feature_groups": ["mirantis"], "release": "6.1", "fuelmain_sha": "", "fuellib_sha": "c5e4a0410ba66f9e9911f62b3b71c0b9c29aed6e"}}}, "auth_required": true, "api": "1.0", "nailgun_sha": "c0932eb5c2aa7fd1e13a999cb1b4bf5aff101c3b", "production": "docker", "python-fuelclient_sha": "2ea7b3e91c1d2ff85110bf5abb161a6f4e537358", "astute_sha": "ed5270bf9c6c1234797e00bd7d4dd3213253a413", "feature_groups": ["mirantis"], "release": "6.1", "fuelmain_sha": "", "fuellib_sha": "c5e4a0410ba66f9e9911f62b3b71c0b9c29aed6e"

1. Create new environment (CentOS)
2. Choose neutron, GRE
3. Choose Ceilometer
4. Add 3 controller+cinder+mongo, 2 compute, 1 cinder, 2 mongo
5. Start deployment. It was successful
6. See puppet.log for first controller (node-6) and you can see many warnings about deprecated code. For example:

2015-02-02 11:44:56 WARNING

 (Scope(Class[Horizon])) The keystone_host parameter is deprecated, use keystone_url instead.

2015-02-02 11:44:56 WARNING

 (Scope(Class[Horizon])) The keystone_scheme parameter is deprecated, use keystone_url instead.

2015-02-02 11:44:56 WARNING

 (Scope(Class[Horizon])) swift parameter is deprecated and has no effect.

2015-02-02 11:44:49 WARNING

 (Scope(Class[Nova])) The sql_connection parameter is deprecated, use database_connection instead.

2015-02-02 11:44:44 WARNING

 (Scope(Class[Nova::Keystone::Auth])) The cinder parameter is deprecated and has no effect.

2015-02-02 11:44:43 WARNING

 (Scope(Class[Keystone::Endpoint])) The admin_address parameter is deprecated, use admin_url instead.

2015-02-02 11:44:43 WARNING

 (Scope(Class[Keystone::Endpoint])) The internal_address parameter is deprecated, use internal_url instead.

2015-02-02 11:44:43 WARNING

 (Scope(Class[Keystone::Endpoint])) The public_address parameter is deprecated, use public_url instead.

2015-02-02 11:44:43 WARNING

 (Scope(Class[Keystone])) The bind_host parameter is deprecated, use public_bind_host and admin_bind_host instead.