Adds a script to initialize the mappings of the elasticsearch db used by the api. The location of the elasticsearch db server can be provided using command-line arguments or guessed by the script looking at the freezer-api configuration file. The script asks confirmation prior to deleting each of the elasticsearch types whose mapping needs to be updated, but it can be instructed to always assume a confirmation to ease the invocation by scripts or deployment tools. Change-Id: I0938c7cfde9bae440bf85f536a56079429d772a9 Implements: blueprint freezer-api-db-init
52 lines
1.4 KiB
INI
52 lines
1.4 KiB
INI
[metadata]
|
|
name = freezer_api
|
|
|
|
version = 2015.1
|
|
|
|
summary = OpenStack Backup and Restore Service
|
|
description-file =
|
|
README.rst
|
|
|
|
author = Fausto Marzi, Fabrizio Fresco, Fabrizio Vanni,
|
|
author_email = fausto.marzi@hp.com, fabrizio.vanni@hp.com, fabrizio.fresco@hp.com
|
|
|
|
home-page = https://github.com/stackforge/freezer
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Programming Language :: Python
|
|
Development Status :: 5 - Production/Stable
|
|
Natural Language :: English
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Financial and Insurance Industry
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
Intended Audience :: Telecommunications Industry
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: MacOS
|
|
Operating System :: POSIX :: BSD :: FreeBSD
|
|
Operating System :: POSIX :: BSD :: NetBSD
|
|
Operating System :: POSIX :: BSD :: OpenBSD
|
|
Operating System :: POSIX :: Linux
|
|
Operating System :: Unix
|
|
Topic :: System :: Archiving :: Backup
|
|
Topic :: System :: Archiving :: Compression
|
|
Topic :: System :: Archiving
|
|
|
|
[files]
|
|
packages =
|
|
freezer_api
|
|
data_files =
|
|
/etc = etc/*
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
freezer-api = freezer_api.cmd.api:main
|
|
freezer-db-init = freezer_api.cmd.db_init:main
|
|
|
|
[pytests]
|
|
where=tests
|
|
verbosity=2
|
|
|
|
[pbr]
|
|
warnerrors = True
|