Skip to content
Snippets Groups Projects
  • garciadav's avatar
    Fix 1473 and add vca_model_config_* to lcm charm · c753dc5f
    garciadav authored
    
    Changes in all operator charms:
    - Optimize deps for tox environments
    - Add import-order-style to flake8
    - Optimize .jujuignore to reduce the size of charm artifacts
    OSM LCM charm:
    - Added vca_model_config_* options
    Added bundle example for using a bundle
    Updated the bundles and pin the new versions in the installer
    
    Change-Id: Ic6591354fa5d1b5f43383215b2f0df13eb28ce67
    Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
    c753dc5f
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.jujuignore 897 B
# Copyright 2021 Canonical Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
#         http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
# For those usages not covered by the Apache License, Version 2.0 please
# contact: legal@canonical.com
#
# To get in touch with the maintainers, please contact:
# osm-charmers@lists.launchpad.net
##

venv
.vscode
build
*.charm
.coverage
coverage.xml
.gitignore
.stestr
cover
release
tests/
requirements*
tox.ini