Skip to content
Snippets Groups Projects
Commit 280ccc77 authored by Eduardo Sousa's avatar Eduardo Sousa
Browse files

Renaming PM to POL


Updated all the references from PM to POL.

Change-Id: I5d8c228bfa5498d810eb98d55d9f30a681a2730d
Signed-off-by: default avatarEduardo Sousa <esousa@whitestack.com>
parent 9d9192bb
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
SUBDIRS = MON NBI osmclient RO LCM light-ui pm Keystone
SUBDIRS = MON NBI osmclient RO LCM light-ui POL Keystone
include mk/dirs.mk
......@@ -47,4 +47,16 @@ ARG COMMON_VERSION
RUN apt-get --yes update && apt-get -y install python3-osm-policy-module${POL_VERSION}
#CMD bash /MON/policy_module/scripts/gen_config_from_env.sh && osm-policy-agent --config osm_policy_agent.cfg
ENV OSMPOL_MESSAGE_DRIVER kafka
ENV OSMPOL_MESSAGE_HOST kafka
ENV OSMPOL_MESSAGE_PORT 9092
ENV OSMPOL_DATABASE_DRIVER mongo
ENV OSMPOL_DATABASE_HOST mongo
ENV OSMPOL_DATABASE_PORT 27017
ENV OSMPOL_SQL_DATABASE_URI sqlite:///mon_sqlite.db
ENV OSMPOL_LOG_LEVEL INFO
CMD osm-policy-agent
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment