Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http proxy service fails with "Requested VLAN member (1) is not valid" #57

Open
bradotlin opened this issue Jan 30, 2023 · 1 comment
Open
Labels
Backlog Added to JIRA board bug Something isn't working

Comments

@bradotlin
Copy link

COMPONENT NAME
bigip_sslo_service_http

Environment

ANSIBLE VERSION
core 2.12.5
BIGIP VERSION
16.1.3.1
SSL ORCHESTRATOR VERSION
9.3.41
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 20.04
Python 3.8.10
SUMMARY
While attempting to run the below playbook to create an http proxy on SSLO 9.3.4.1, I am met with a VLAN error. Interface 1.3 is not in use, nor are the 30 and 40 VLAN tags.
STEPS TO REPRODUCE
---
  
- name: Create SSLO service(s)
  hosts: all
  gather_facts: False
  connection: httpapi

  collections:
    - f5networks.f5_bigip
  vars:
    ansible_host: "10.0.10.146"
    ansible_httpapi_port: 443
    ansible_user: "admin"
    ansible_httpapi_password: "admin"
    ansible_network_os: f5networks.f5_bigip.bigip
    ansible_httpapi_use_ssl: yes
    ansible_httpapi_validate_certs: no
  tasks:
    - name: SSLO HTTP service
      bigip_sslo_service_http:
        name: "http"
        proxy_type: "explicit"
        devices_to:
          interface: "1.3"
          tag: 30
          self_ip: "198.19.96.7"
          netmask: "255.255.255.128"
        devices_from:
          interface: "1.3"
          tag: 40
          self_ip: "198.19.96.245"
          netmask: "255.255.255.128"
        devices:
          - ip: "198.19.96.30%0"
            port: 3128

EXPECTED RESULTS
ACTUAL RESULTS
fatal: [localhost]: FAILED! => {"changed": false, "msg": "CREATE operation error: 0633f77e-2a1f-49dc-ae4c-73098a3e50e8 : [OrchestratorConfigProcessor] Deployment failed for Error: [HAAwareICRDeployProcessor] Error: transaction failed:01070256:3: Requested VLAN member (1) is not valid"}
@bradotlin bradotlin added the bug Something isn't working label Jan 30, 2023
@KrithikaChidambaram
Copy link

Hi, thanks for reporting this issue. Added to the backlog and internal tracking ID for this request is: INFRAANO-1102, thanks!

@KrithikaChidambaram KrithikaChidambaram added the Backlog Added to JIRA board label Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog Added to JIRA board bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants