diff options
author | mbeierl <mark.beierl@dell.com> | 2017-03-29 21:00:50 -0400 |
---|---|---|
committer | mbeierl <mark.beierl@dell.com> | 2017-03-29 21:02:33 -0400 |
commit | 1bcbe0bac328e26341ba68341d4b809c32b8242f (patch) | |
tree | ea28797aae10c2a20c130095ac36ce62a581bd5f /docker/graphite/initial_data.json | |
parent | 5fbde2962c159ace29a7b42bc217f1eed8109808 (diff) |
Use tagged version of graphite
Changes the docker build procedure to use a pip install of a
specific version of graphite so that it doesn't break when
upstream changes occur.
Change-Id: I2316912fc04568c441212087665e384075e409a6
JIRA: STORPERF-110
Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'docker/graphite/initial_data.json')
-rw-r--r-- | docker/graphite/initial_data.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docker/graphite/initial_data.json b/docker/graphite/initial_data.json new file mode 100644 index 0000000..b3ac9b1 --- /dev/null +++ b/docker/graphite/initial_data.json @@ -0,0 +1,20 @@ +[ + { + "pk": 1, + "model": "auth.user", + "fields": { + "username": "admin", + "first_name": "", + "last_name": "", + "is_active": true, + "is_superuser": true, + "is_staff": true, + "last_login": "2011-09-20 17:02:14", + "groups": [], + "user_permissions": [], + "password": "sha1$1b11b$edeb0a67a9622f1f2cfeabf9188a711f5ac7d236", + "email": "root@example.com", + "date_joined": "2011-09-20 17:02:14" + } + } +] |