{"id":18834475,"url":"https://github.com/fgouteroux/puppet-ucarp","last_synced_at":"2026-01-26T11:30:17.503Z","repository":{"id":19239428,"uuid":"22474421","full_name":"fgouteroux/puppet-ucarp","owner":"fgouteroux","description":"Puppet Module UCARP. Create mutiple VIP on a sub-interface","archived":false,"fork":false,"pushed_at":"2014-09-09T13:01:38.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-30T07:42:18.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fgouteroux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-31T15:34:32.000Z","updated_at":"2014-09-09T13:01:38.000Z","dependencies_parsed_at":"2022-08-01T03:38:01.510Z","dependency_job_id":null,"html_url":"https://github.com/fgouteroux/puppet-ucarp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgouteroux%2Fpuppet-ucarp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgouteroux%2Fpuppet-ucarp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgouteroux%2Fpuppet-ucarp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgouteroux%2Fpuppet-ucarp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgouteroux","download_url":"https://codeload.github.com/fgouteroux/puppet-ucarp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239768923,"owners_count":19693764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T02:12:36.068Z","updated_at":"2026-01-26T11:30:17.470Z","avatar_url":"https://github.com/fgouteroux.png","language":"Puppet","readme":"# Puppet UCARP Module\r\n\r\nModule for UCARP Management\r\n\r\nTested on Debian 7.\r\n\r\n### Usage\r\nTweak and add the following to your site manifest:\r\n```\r\n  class {'ucarp':}\r\n```\r\n\r\nIf you want to manage ucarp on boot:\r\n```\r\n  class {'ucarp::config':\r\n    ucarp_enabled =\u003e hiera('ucarp::enabled', 'no'),\r\n  }\r\n```\r\n\r\nTo create mutiple VIP on sub-interface:\r\n```\r\n  $ucarp_vip = hiera_hash('ucarp::vip', false)\r\n    if $ucarp_vip {\r\n      create_resources('ucarp::vip', $ucarp_vip)\r\n    }\r\n```\r\n\r\nExample of Hieradata file:\r\n```\r\nucarp::enabled: 'yes'\r\nucarp::vip:\r\n  100:\r\n    ucarp_sub_interface: 'eth1:100'\r\n    ucarp_sub_interface_enabled: 'yes'\r\n    ucarp_sub_interface_address: '10.0.0.1'\r\n    ucarp_sub_interface_netmask: '255.255.255.0'\r\n    ucarp_vip: '192.168.1.100'\r\n    ucarp_vip_netmask: '255.255.255.255'\r\n    ucarp_password: 'mypassword'\r\n    ucarp_options: '--advskew 1 --advbase 1 --preempt --neutral'\r\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgouteroux%2Fpuppet-ucarp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgouteroux%2Fpuppet-ucarp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgouteroux%2Fpuppet-ucarp/lists"}