Skip to content

Instantly share code, notes, and snippets.

fixtures:
- ConfigFixture
tests:
# Attempt to create an archive policy rule
- name: create archive policy rule
url: /v1/archive_policy_rule
2015-03-10 14:27:23.221 125893 INFO ceilometer.openstack.common.policy [-] Can not find policy directory: policy.d
2015-03-10 14:27:23.222 125893 INFO ceilometer.openstack.common.policy [-] Can not find policy directory: policy.d
2015-03-10 14:27:23.223 125893 INFO ceilometer.openstack.common.policy [-] Can not find policy directory: policy.d
2015-03-10 14:27:23.226 125893 WARNING wsme.api [-] Client-side error: Not Authorized to access project
2015-03-10 14:27:23.228 125893 INFO werkzeug [-] 192.168.255.194 - - [10/Mar/2015 14:27:23] "POST /v2/alarms HTTP/1.1" 401 -
Traceback (most recent call last):
File "gnocchi/tests/base.py", line 53, in skip_if_not_implemented
return func(*args, **kwargs)
File "gnocchi/tests/base.py", line 309, in setUp
self.prepare_service()
File "gnocchi/tests/base.py", line 291, in prepare_service
service.prepare_service([], self.conf)
File "gnocchi/service.py", line 25, in prepare_service
log.register_options(conf)
File "/opt/stack/gnocchi/.tox/py27/local/lib/python2.7/site-packages/oslo_log/log.py", line 202, in register_options
########################################################################
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
# means.
########################################################################
# Dummy ruby-abi spec file for Fedora 19.
Error: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppetdb-terminus' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package puppetdb-terminus
Error: /Stage[main]/Puppetdb::Master::Config/Package[puppetdb-terminus]/ensure: change from purged to present failed: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold install puppetdb-terminus' returned 100: Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package puppetdb-terminus
#!/bin/bash
#
# assumption is starting with a generic minimal install of Ubuntu trusty
#
# this will install an all_in_one using puppetry from a Cisco repo;
# OpenStack packages come from a separate Cisco repo while other packages come from Ubuntu trusty
# general cleanup - kill any repos and puppet cobbler may have added
rm -f /etc/apt/sources.list.d/*
#!/bin/bash
#
# assumption is starting with a generic minimal install of Ubuntu trusty
#
# this will install an all_in_one using puppetry from a Cisco repo;
# OpenStack packages come from a separate Cisco repo while other packages come from Ubuntu trusty
# general cleanup - kill any repos and puppet cobbler may have added
rm -f /etc/apt/sources.list.d/*
#!/bin/bash
#
# assumption is starting with a generic minimal install of Ubuntu trusty
# general cleanup - kill any repos and puppet cobbler may have added
rm /etc/apt/sources.list.d/*
apt-get update
total 0
lrwxrwxrwx 1 root root 46 Mar 25 12:01 access_compat.load -> /etc/apache2/mods-available/access_compat.load
lrwxrwxrwx 1 root root 38 Mar 25 12:01 alias.conf -> /etc/apache2/mods-available/alias.conf
lrwxrwxrwx 1 root root 38 Mar 25 12:01 alias.load -> /etc/apache2/mods-available/alias.load
lrwxrwxrwx 1 root root 43 Mar 25 12:01 auth_basic.load -> /etc/apache2/mods-available/auth_basic.load
lrwxrwxrwx 1 root root 43 Mar 25 12:01 authn_file.load -> /etc/apache2/mods-available/authn_file.load
lrwxrwxrwx 1 root root 43 Mar 25 12:01 authz_core.load -> /etc/apache2/mods-available/authz_core.load
lrwxrwxrwx 1 root root 48 Mar 25 12:01 authz_groupfile.load -> /etc/apache2/mods-available/authz_groupfile.load
lrwxrwxrwx 1 root root 43 Mar 25 12:01 authz_host.load -> /etc/apache2/mods-available/authz_host.load
lrwxrwxrwx 1 root root 43 Mar 25 12:01 authz_user.load -> /etc/apache2/mods-available/authz_user.load
diff --git a/manifests/profiles/base.pp b/manifests/profiles/base.pp
index f965c5a..3389e3d 100644
--- a/manifests/profiles/base.pp
+++ b/manifests/profiles/base.pp
@@ -19,4 +19,8 @@ class coi::profiles::base(
# that it should be applied everywhere
class { "naginator::base_target": }
+ # puppetlabs-mongo has a dep on ruby's json lib
+ package { 'ruby-json':