Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

DEPRECATED 2023-09-08 - An action that will enable an F5 pool member in a specific pool

License

Notifications You must be signed in to change notification settings

im-open/enable-f5-pool-member

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This action was deprecated on 2023-09-08 and will no longer receive support or updates.

enable-f5-pool-member

An action that will enable an F5 pool member in a specific pool.

Index

Inputs

Parameter Is Required Description
ltm-host-name true The hostname of the Local Traffic Manager (LTM)
ltm-username true Username of F5 LTM User
ltm-password true Password of F5 LTM User
ltm-pool-name true The pool to enable the member in
current-host true The hostname of the current machine being deployed

Outputs

No Outputs

Usage Examples

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - run: ./deploy.sh 
      
      # You may also reference the major or major.minor version
      - uses: im-open/enable-f5-pool-member@v1.0.4
        with:
          ltm-host-name: 'devlb.mycompany.com'
          ltm-username: 'operator-svc-dev'
          ltm-password: ${{ secrets.F5_PASSWORD }}
          ltm-pool-name: '/Dev/api.dev.mycompany.com.https.443'
          current-host: 'waq2-abcd'

Contributing

When creating PRs, please review the following guidelines:

  • The action code does not contain sensitive information.
  • At least one of the commit messages contains the appropriate +semver: keywords listed under Incrementing the Version for major and minor increments.
  • The README.md has been updated with the latest version of the action. See Updating the README.md for details.

Incrementing the Version

This repo uses git-version-lite in its workflows to examine commit messages to determine whether to perform a major, minor or patch increment on merge if source code changes have been made. The following table provides the fragment that should be included in a commit message to active different increment strategies.

Increment Type Commit Message Fragment
major +semver:breaking
major +semver:major
minor +semver:feature
minor +semver:minor
patch default increment type, no comment needed

Source Code Changes

The files and directories that are considered source code are listed in the files-with-code and dirs-with-code arguments in both the build-and-review-pr and increment-version-on-merge workflows.

If a PR contains source code changes, the README.md should be updated with the latest action version. The build-and-review-pr workflow will ensure these steps are performed when they are required. The workflow will provide instructions for completing these steps if the PR Author does not initially complete them.

If a PR consists solely of non-source code changes like changes to the README.md or workflows under ./.github/workflows, version updates do not need to be performed.

Updating the README.md

If changes are made to the action's source code, the usage examples section of this file should be updated with the next version of the action. Each instance of this action should be updated. This helps users know what the latest tag is without having to navigate to the Tags page of the repository. See Incrementing the Version for details on how to determine what the next version will be or consult the first workflow run for the PR which will also calculate the next version.

Code of Conduct

This project has adopted the im-open's Code of Conduct.

License

Copyright © 2023, Extend Health, LLC. Code released under the MIT license.

About

DEPRECATED 2023-09-08 - An action that will enable an F5 pool member in a specific pool

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •