summaryrefslogtreecommitdiffstats
path: root/v3po/v3po2vpp/src/main/java/org/opendaylight/yang/gen/v1/urn/honeycomb/params/xml/ns/yang/v3po2vpp/rev160406/InterfacesHoneycombWriterModule.java
blob: 9215f395de266bda1999225222a839532d727643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
package org.opendaylight.yang.gen.v1.urn.honeycomb.params.xml.ns.yang.v3po2vpp.rev160406;

import static io.fd.honeycomb.v3po.translate.util.RWUtils.singletonChildWriterList;

import com.google.common.collect.Lists;
import io.fd.honeycomb.v3po.translate.impl.TraversalType;
import io.fd.honeycomb.v3po.translate.impl.write.CompositeChildWriter;
import io.fd.honeycomb.v3po.translate.impl.write.CompositeListWriter;
import io.fd.honeycomb.v3po.translate.impl.write.CompositeRootWriter;
import io.fd.honeycomb.v3po.translate.util.RWUtils;
import io.fd.honeycomb.v3po.translate.util.write.CloseableWriter;
import io.fd.honeycomb.v3po.translate.util.write.NoopWriterCustomizer;
import io.fd.honeycomb.v3po.translate.util.write.ReflexiveAugmentWriterCustomizer;
import io.fd.honeycomb.v3po.translate.util.write.ReflexiveChildWriterCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.EthernetCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.InterfaceCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.L2Customizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.RewriteCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.RoutingCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.SubInterfaceCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.SubInterfaceL2Customizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.TapCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.VhostUserCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.VxlanCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.VxlanGpeCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.ip.AddressCustomizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.ip.Ipv4Customizer;
import io.fd.honeycomb.v3po.translate.v3po.interfaces.ip.Ipv6Customizer;
import io.fd.honeycomb.v3po.translate.write.ChildWriter;
import java.util.ArrayList;
import java.util.List;
import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.Interfaces;
import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface;
import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev140616.Interface1;
import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev140616.interfaces._interface.Ipv4;
import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev140616.interfaces._interface.Ipv6;
import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev140616.interfaces._interface.ipv4.Address;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev150105.VppInterfaceAugmentation;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev150105.interfaces._interface.Ethernet;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev150105.interfaces._interface.L2;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev150105.interfaces._interface.Routing;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev150105.interfaces._interface.Tap;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev150105.interfaces._interface.VhostUser;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev150105.interfaces._interface.Vxlan;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.v3po.rev150105.interfaces._interface.VxlanGpe;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vpp.vlan.rev150527.SubinterfaceAugmentation;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vpp.vlan.rev150527.interfaces._interface.SubInterfaces;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vpp.vlan.rev150527.interfaces._interface.sub.interfaces.SubInterface;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vpp.vlan.rev150527.interfaces._interface.sub.interfaces.SubInterfaceKey;
import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vpp.vlan.rev150527.sub._interface.base.attributes.l2.Rewrite;
import org.opendaylight.yangtools.yang.binding.Augmentation;
import org.opendaylight.yangtools.yang.binding.ChildOf;

public class InterfacesHoneycombWriterModule extends
        org.opendaylight.yang.gen.v1.urn.honeycomb.params.xml.ns.yang.v3po2vpp.rev160406.AbstractInterfacesHoneycombWriterModule {
    public InterfacesHoneycombWriterModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
                                           org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
        super(identifier, dependencyResolver);
    }

    public InterfacesHoneycombWriterModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier,
                                           org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
                                           org.opendaylight.yang.gen.v1.urn.honeycomb.params.xml.ns.yang.v3po2vpp.rev160406.InterfacesHoneycombWriterModule oldModule,
                                           java.lang.AutoCloseable oldInstance) {
        super(identifier, dependencyResolver, oldModule, oldInstance);
    }

    @Override
    public void customValidation() {
        // add custom validation form module attributes here.
    }

    @Override
    public java.lang.AutoCloseable createInstance() {

        final List<ChildWriter<? extends Augmentation<Interface>>> ifcAugmentations = Lists.newArrayList();
        ifcAugmentations.add(getVppIfcAugmentationWriter());
        ifcAugmentations.add(getInterface1AugmentationWriter());
        ifcAugmentations.add(getSubinterfaceAugmentationWriter());

        final ChildWriter<Interface> interfaceWriter = new CompositeListWriter<>(Interface.class,
                RWUtils.emptyChildWriterList(),
                ifcAugmentations,
                new InterfaceCustomizer(getVppJvppIfcDependency(), getInterfaceContextDependency()),
                // It's important that this customizer is handled in a postorder way, because you first have to handle child nodes
                // e.g. Vxlan before setting other interface or vppInterfaceAugmentation leaves
                TraversalType.POSTORDER);

        final List<ChildWriter<? extends ChildOf<Interfaces>>> childWriters = new ArrayList<>();
        childWriters.add(interfaceWriter);

        // FIXME if we just return the root writer and cfg subsystem takes care to set it into reader registry,
        // we loose the ordering information for root writers
        // Or can we rely to the order in which readers are configured ?
        return new CloseableWriter<>(new CompositeRootWriter<>(Interfaces.class,
                childWriters, new NoopWriterCustomizer<>()));
    }

    private ChildWriter<? extends Augmentation<Interface>> getInterface1AugmentationWriter() {

        final ChildWriter<Address> addressWriter = new CompositeListWriter<>(Address.class,
                new AddressCustomizer(getVppJvppIfcDependency(),getInterfaceContextDependency()));

        final ChildWriter<Ipv4> ipv4Writer = new CompositeChildWriter<>(Ipv4.class,
                RWUtils.singletonChildWriterList(addressWriter),
                new Ipv4Customizer(getVppJvppIfcDependency(),getInterfaceContextDependency()));
        final ChildWriter<Ipv6> ipv6Writer = new CompositeChildWriter<>(Ipv6.class,
                new Ipv6Customizer(getVppJvppIfcDependency()));

        final List<ChildWriter<? extends ChildOf<Interface1>>> interface1ChildWriters = Lists.newArrayList();
        interface1ChildWriters.add(ipv4Writer);
        interface1ChildWriters.add(ipv6Writer);

        return new CompositeChildWriter<>(Interface1.class,
                interface1ChildWriters, new ReflexiveAugmentWriterCustomizer<>());
    }

    private ChildWriter<VppInterfaceAugmentation> getVppIfcAugmentationWriter() {

        final ChildWriter<Ethernet> ethernetWriter = new CompositeChildWriter<>(Ethernet.class,
                new EthernetCustomizer(getVppJvppIfcDependency()));

        final ChildWriter<Routing> routingWriter = new CompositeChildWriter<>(Routing.class,
                new RoutingCustomizer(getVppJvppIfcDependency(), getInterfaceContextDependency()));

        final ChildWriter<Vxlan> vxlanWriter = new CompositeChildWriter<>(Vxlan.class,
                new VxlanCustomizer(getVppJvppIfcDependency(), getInterfaceContextDependency()));

        final ChildWriter<VxlanGpe> vxlanGpeWriter = new CompositeChildWriter<>(VxlanGpe.class,
                new VxlanGpeCustomizer(getVppJvppIfcDependency(), getInterfaceContextDependency()));

        final ChildWriter<VhostUser> vhostUserWriter = new CompositeChildWriter<>(VhostUser.class,
                new VhostUserCustomizer(getVppJvppIfcDependency(), getInterfaceContextDependency()));

        final ChildWriter<Tap> tapWriter = new CompositeChildWriter<>(Tap.class,
                new TapCustomizer(getVppJvppIfcDependency(), getInterfaceContextDependency()));

        final ChildWriter<L2> l2Writer = new CompositeChildWriter<>(L2.class,
                new L2Customizer(getVppJvppIfcDependency(), getInterfaceContextDependency(),
                        getBridgeDomainContextDependency())
        );

        final List<ChildWriter<? extends ChildOf<VppInterfaceAugmentation>>> vppIfcChildWriters = Lists.newArrayList();
        vppIfcChildWriters.add(vhostUserWriter);
        vppIfcChildWriters.add(vxlanWriter);
        vppIfcChildWriters.add(vxlanGpeWriter);
        vppIfcChildWriters.add(tapWriter);
        vppIfcChildWriters.add(ethernetWriter);
        vppIfcChildWriters.add(l2Writer);
        vppIfcChildWriters.add(routingWriter);

        return new CompositeChildWriter<>(VppInterfaceAugmentation.class,
                vppIfcChildWriters,
                RWUtils.emptyAugWriterList(),
                new ReflexiveAugmentWriterCustomizer<>());
    }

    private ChildWriter<SubinterfaceAugmentation> getSubinterfaceAugmentationWriter() {
        final ChildWriter<? extends ChildOf<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vpp.vlan.rev150527.sub._interface.base.attributes.L2>> rewriteWriter =
                new CompositeChildWriter<>(Rewrite.class,
                        new RewriteCustomizer(getVppJvppIfcDependency(), getInterfaceContextDependency()));

        final List<ChildWriter<? extends ChildOf<SubInterface>>> childWriters = new ArrayList<>();
        final ChildWriter<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vpp.vlan.rev150527.sub._interface.base.attributes.L2>
                l2Writer = new CompositeChildWriter<>(
                org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.vpp.vlan.rev150527.sub._interface.base.attributes.L2.class,
                singletonChildWriterList(rewriteWriter),
                new SubInterfaceL2Customizer(getVppJvppIfcDependency(), getInterfaceContextDependency(),
                        getBridgeDomainContextDependency())
        );

        // TODO L2 is ChildOf<SubInterfaceBaseAttributes>, but SubInterface extends SubInterfaceBaseAttributes
        // If we use containers inside groupings, we need to cast and lose static type checking.
        // Can we get rid of the cast?
        childWriters.add((ChildWriter) l2Writer);

        final CompositeListWriter<SubInterface, SubInterfaceKey> subInterfaceWriter = new CompositeListWriter<>(
                SubInterface.class,
                childWriters,
                new SubInterfaceCustomizer(getVppJvppIfcDependency(), getInterfaceContextDependency()));

        final ChildWriter<SubInterfaces> subInterfacesWriter = new CompositeChildWriter<>(
                SubInterfaces.class,
                singletonChildWriterList(subInterfaceWriter),
                new ReflexiveChildWriterCustomizer<>());

        return new CompositeChildWriter<>(SubinterfaceAugmentation.class,
                singletonChildWriterList(subInterfacesWriter),
                RWUtils.emptyAugWriterList(),
                new ReflexiveAugmentWriterCustomizer<>());
    }
}