Coder Social home page Coder Social logo

certbot-bigip's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

natewerner

certbot-bigip's Issues

release on pypi

Is your feature request related to a problem? Please describe.
autmatically release on pypi when test pass at on

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
snippet from old pipline

compile package:
  <<: *base_job
  stage: build
  script:
    - python setup.py sdist
  only:
    - tags
  except:
    - branches
  artifacts:
    name: "$CI_JOB_NAME"
    paths:
      - dist/
    expire_in: 10 mins

release on pypi:
  <<: *base_job
  image: python:3
  stage: release
  script:
    - pip install -U twine
    - twine upload dist/*
  only:
    - tags
  except:
    - branches

wait for ON integration tests in pipeline

make a test stage in github actions
trigger the remote opennetwork integration pipeline and poll for the result.

pull request shall onlz be merged if the remote pipeline succeeds

do not require VS when only using installer

Is your feature request related to a problem? Please describe.
When using only the installer portion of this plugin, it should not require a vs-list as it's not used during install.

Describe the solution you'd like
when using -a dns-rfc2136 and -i bigip I get the error:
--bigip-vs-list is required when using the F5 BIG-IP plugin

Describe alternatives you've considered
I'm using dns-rfc-2136 to request wildcard certificates.
I want to use this plugin to install them on multiple F5s that are in different groups.

Additional context
The F5s are in different datacenters and DNS load balanced between them.
The names of the virtual servers are different in each group.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.