oc_obj.py 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import os
  38. import re
  39. import shutil
  40. import subprocess
  41. import tempfile
  42. # pylint: disable=import-error
  43. try:
  44. import ruamel.yaml as yaml
  45. except ImportError:
  46. import yaml
  47. from ansible.module_utils.basic import AnsibleModule
  48. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  49. # -*- -*- -*- Begin included fragment: doc/obj -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_obj
  53. short_description: Generic interface to openshift objects
  54. description:
  55. - Manage openshift objects programmatically.
  56. options:
  57. state:
  58. description:
  59. - Currently present is only supported state.
  60. required: true
  61. default: present
  62. choices: ["present", "absent", "list"]
  63. aliases: []
  64. kubeconfig:
  65. description:
  66. - The path for the kubeconfig file to use for authentication
  67. required: false
  68. default: /etc/origin/master/admin.kubeconfig
  69. aliases: []
  70. debug:
  71. description:
  72. - Turn on debug output.
  73. required: false
  74. default: False
  75. aliases: []
  76. name:
  77. description:
  78. - Name of the object that is being queried.
  79. required: false
  80. default: None
  81. aliases: []
  82. namespace:
  83. description:
  84. - The namespace where the object lives.
  85. required: false
  86. default: str
  87. aliases: []
  88. all_namespaces:
  89. description:
  90. - Search in all namespaces for the object.
  91. required: false
  92. default: false
  93. aliases: []
  94. kind:
  95. description:
  96. - The kind attribute of the object. e.g. dc, bc, svc, route. May be a comma-separated list, e.g. "dc,po,svc".
  97. required: True
  98. default: None
  99. aliases: []
  100. files:
  101. description:
  102. - A list of files provided for object
  103. required: false
  104. default: None
  105. aliases: []
  106. delete_after:
  107. description:
  108. - Whether or not to delete the files after processing them.
  109. required: false
  110. default: false
  111. aliases: []
  112. content:
  113. description:
  114. - Content of the object being managed.
  115. required: false
  116. default: None
  117. aliases: []
  118. force:
  119. description:
  120. - Whether or not to force the operation
  121. required: false
  122. default: None
  123. aliases: []
  124. selector:
  125. description:
  126. - Selector that gets added to the query.
  127. required: false
  128. default: None
  129. aliases: []
  130. author:
  131. - "Kenny Woodson <kwoodson@redhat.com>"
  132. extends_documentation_fragment: []
  133. '''
  134. EXAMPLES = '''
  135. oc_obj:
  136. kind: dc
  137. name: router
  138. namespace: default
  139. register: router_output
  140. '''
  141. # -*- -*- -*- End included fragment: doc/obj -*- -*- -*-
  142. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  143. class YeditException(Exception): # pragma: no cover
  144. ''' Exception class for Yedit '''
  145. pass
  146. # pylint: disable=too-many-public-methods
  147. class Yedit(object): # pragma: no cover
  148. ''' Class to modify yaml files '''
  149. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  150. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  151. com_sep = set(['.', '#', '|', ':'])
  152. # pylint: disable=too-many-arguments
  153. def __init__(self,
  154. filename=None,
  155. content=None,
  156. content_type='yaml',
  157. separator='.',
  158. backup=False):
  159. self.content = content
  160. self._separator = separator
  161. self.filename = filename
  162. self.__yaml_dict = content
  163. self.content_type = content_type
  164. self.backup = backup
  165. self.load(content_type=self.content_type)
  166. if self.__yaml_dict is None:
  167. self.__yaml_dict = {}
  168. @property
  169. def separator(self):
  170. ''' getter method for separator '''
  171. return self._separator
  172. @separator.setter
  173. def separator(self, inc_sep):
  174. ''' setter method for separator '''
  175. self._separator = inc_sep
  176. @property
  177. def yaml_dict(self):
  178. ''' getter method for yaml_dict '''
  179. return self.__yaml_dict
  180. @yaml_dict.setter
  181. def yaml_dict(self, value):
  182. ''' setter method for yaml_dict '''
  183. self.__yaml_dict = value
  184. @staticmethod
  185. def parse_key(key, sep='.'):
  186. '''parse the key allowing the appropriate separator'''
  187. common_separators = list(Yedit.com_sep - set([sep]))
  188. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  189. @staticmethod
  190. def valid_key(key, sep='.'):
  191. '''validate the incoming key'''
  192. common_separators = list(Yedit.com_sep - set([sep]))
  193. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  194. return False
  195. return True
  196. # pylint: disable=too-many-return-statements,too-many-branches
  197. @staticmethod
  198. def remove_entry(data, key, index=None, value=None, sep='.'):
  199. ''' remove data at location key '''
  200. if key == '' and isinstance(data, dict):
  201. if value is not None:
  202. data.pop(value)
  203. elif index is not None:
  204. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  205. else:
  206. data.clear()
  207. return True
  208. elif key == '' and isinstance(data, list):
  209. ind = None
  210. if value is not None:
  211. try:
  212. ind = data.index(value)
  213. except ValueError:
  214. return False
  215. elif index is not None:
  216. ind = index
  217. else:
  218. del data[:]
  219. if ind is not None:
  220. data.pop(ind)
  221. return True
  222. if not (key and Yedit.valid_key(key, sep)) and \
  223. isinstance(data, (list, dict)):
  224. return None
  225. key_indexes = Yedit.parse_key(key, sep)
  226. for arr_ind, dict_key in key_indexes[:-1]:
  227. if dict_key and isinstance(data, dict):
  228. data = data.get(dict_key)
  229. elif (arr_ind and isinstance(data, list) and
  230. int(arr_ind) <= len(data) - 1):
  231. data = data[int(arr_ind)]
  232. else:
  233. return None
  234. # process last index for remove
  235. # expected list entry
  236. if key_indexes[-1][0]:
  237. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  238. del data[int(key_indexes[-1][0])]
  239. return True
  240. # expected dict entry
  241. elif key_indexes[-1][1]:
  242. if isinstance(data, dict):
  243. del data[key_indexes[-1][1]]
  244. return True
  245. @staticmethod
  246. def add_entry(data, key, item=None, sep='.'):
  247. ''' Get an item from a dictionary with key notation a.b.c
  248. d = {'a': {'b': 'c'}}}
  249. key = a#b
  250. return c
  251. '''
  252. if key == '':
  253. pass
  254. elif (not (key and Yedit.valid_key(key, sep)) and
  255. isinstance(data, (list, dict))):
  256. return None
  257. key_indexes = Yedit.parse_key(key, sep)
  258. for arr_ind, dict_key in key_indexes[:-1]:
  259. if dict_key:
  260. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  261. data = data[dict_key]
  262. continue
  263. elif data and not isinstance(data, dict):
  264. raise YeditException("Unexpected item type found while going through key " +
  265. "path: {} (at key: {})".format(key, dict_key))
  266. data[dict_key] = {}
  267. data = data[dict_key]
  268. elif (arr_ind and isinstance(data, list) and
  269. int(arr_ind) <= len(data) - 1):
  270. data = data[int(arr_ind)]
  271. else:
  272. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  273. if key == '':
  274. data = item
  275. # process last index for add
  276. # expected list entry
  277. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  278. data[int(key_indexes[-1][0])] = item
  279. # expected dict entry
  280. elif key_indexes[-1][1] and isinstance(data, dict):
  281. data[key_indexes[-1][1]] = item
  282. # didn't add/update to an existing list, nor add/update key to a dict
  283. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  284. # non-existent array
  285. else:
  286. raise YeditException("Error adding to object at path: {}".format(key))
  287. return data
  288. @staticmethod
  289. def get_entry(data, key, sep='.'):
  290. ''' Get an item from a dictionary with key notation a.b.c
  291. d = {'a': {'b': 'c'}}}
  292. key = a.b
  293. return c
  294. '''
  295. if key == '':
  296. pass
  297. elif (not (key and Yedit.valid_key(key, sep)) and
  298. isinstance(data, (list, dict))):
  299. return None
  300. key_indexes = Yedit.parse_key(key, sep)
  301. for arr_ind, dict_key in key_indexes:
  302. if dict_key and isinstance(data, dict):
  303. data = data.get(dict_key)
  304. elif (arr_ind and isinstance(data, list) and
  305. int(arr_ind) <= len(data) - 1):
  306. data = data[int(arr_ind)]
  307. else:
  308. return None
  309. return data
  310. @staticmethod
  311. def _write(filename, contents):
  312. ''' Actually write the file contents to disk. This helps with mocking. '''
  313. tmp_filename = filename + '.yedit'
  314. with open(tmp_filename, 'w') as yfd:
  315. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  316. yfd.write(contents)
  317. fcntl.flock(yfd, fcntl.LOCK_UN)
  318. os.rename(tmp_filename, filename)
  319. def write(self):
  320. ''' write to file '''
  321. if not self.filename:
  322. raise YeditException('Please specify a filename.')
  323. if self.backup and self.file_exists():
  324. shutil.copy(self.filename, self.filename + '.orig')
  325. # Try to set format attributes if supported
  326. try:
  327. self.yaml_dict.fa.set_block_style()
  328. except AttributeError:
  329. pass
  330. # Try to use RoundTripDumper if supported.
  331. if self.content_type == 'yaml':
  332. try:
  333. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  334. except AttributeError:
  335. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  336. elif self.content_type == 'json':
  337. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  338. else:
  339. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  340. 'Please specify a content_type of yaml or json.')
  341. return (True, self.yaml_dict)
  342. def read(self):
  343. ''' read from file '''
  344. # check if it exists
  345. if self.filename is None or not self.file_exists():
  346. return None
  347. contents = None
  348. with open(self.filename) as yfd:
  349. contents = yfd.read()
  350. return contents
  351. def file_exists(self):
  352. ''' return whether file exists '''
  353. if os.path.exists(self.filename):
  354. return True
  355. return False
  356. def load(self, content_type='yaml'):
  357. ''' return yaml file '''
  358. contents = self.read()
  359. if not contents and not self.content:
  360. return None
  361. if self.content:
  362. if isinstance(self.content, dict):
  363. self.yaml_dict = self.content
  364. return self.yaml_dict
  365. elif isinstance(self.content, str):
  366. contents = self.content
  367. # check if it is yaml
  368. try:
  369. if content_type == 'yaml' and contents:
  370. # Try to set format attributes if supported
  371. try:
  372. self.yaml_dict.fa.set_block_style()
  373. except AttributeError:
  374. pass
  375. # Try to use RoundTripLoader if supported.
  376. try:
  377. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  378. except AttributeError:
  379. self.yaml_dict = yaml.safe_load(contents)
  380. # Try to set format attributes if supported
  381. try:
  382. self.yaml_dict.fa.set_block_style()
  383. except AttributeError:
  384. pass
  385. elif content_type == 'json' and contents:
  386. self.yaml_dict = json.loads(contents)
  387. except yaml.YAMLError as err:
  388. # Error loading yaml or json
  389. raise YeditException('Problem with loading yaml file. {}'.format(err))
  390. return self.yaml_dict
  391. def get(self, key):
  392. ''' get a specified key'''
  393. try:
  394. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  395. except KeyError:
  396. entry = None
  397. return entry
  398. def pop(self, path, key_or_item):
  399. ''' remove a key, value pair from a dict or an item for a list'''
  400. try:
  401. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  402. except KeyError:
  403. entry = None
  404. if entry is None:
  405. return (False, self.yaml_dict)
  406. if isinstance(entry, dict):
  407. # AUDIT:maybe-no-member makes sense due to fuzzy types
  408. # pylint: disable=maybe-no-member
  409. if key_or_item in entry:
  410. entry.pop(key_or_item)
  411. return (True, self.yaml_dict)
  412. return (False, self.yaml_dict)
  413. elif isinstance(entry, list):
  414. # AUDIT:maybe-no-member makes sense due to fuzzy types
  415. # pylint: disable=maybe-no-member
  416. ind = None
  417. try:
  418. ind = entry.index(key_or_item)
  419. except ValueError:
  420. return (False, self.yaml_dict)
  421. entry.pop(ind)
  422. return (True, self.yaml_dict)
  423. return (False, self.yaml_dict)
  424. def delete(self, path, index=None, value=None):
  425. ''' remove path from a dict'''
  426. try:
  427. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  428. except KeyError:
  429. entry = None
  430. if entry is None:
  431. return (False, self.yaml_dict)
  432. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  433. if not result:
  434. return (False, self.yaml_dict)
  435. return (True, self.yaml_dict)
  436. def exists(self, path, value):
  437. ''' check if value exists at path'''
  438. try:
  439. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  440. except KeyError:
  441. entry = None
  442. if isinstance(entry, list):
  443. if value in entry:
  444. return True
  445. return False
  446. elif isinstance(entry, dict):
  447. if isinstance(value, dict):
  448. rval = False
  449. for key, val in value.items():
  450. if entry[key] != val:
  451. rval = False
  452. break
  453. else:
  454. rval = True
  455. return rval
  456. return value in entry
  457. return entry == value
  458. def append(self, path, value):
  459. '''append value to a list'''
  460. try:
  461. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  462. except KeyError:
  463. entry = None
  464. if entry is None:
  465. self.put(path, [])
  466. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  467. if not isinstance(entry, list):
  468. return (False, self.yaml_dict)
  469. # AUDIT:maybe-no-member makes sense due to loading data from
  470. # a serialized format.
  471. # pylint: disable=maybe-no-member
  472. entry.append(value)
  473. return (True, self.yaml_dict)
  474. # pylint: disable=too-many-arguments
  475. def update(self, path, value, index=None, curr_value=None):
  476. ''' put path, value into a dict '''
  477. try:
  478. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  479. except KeyError:
  480. entry = None
  481. if isinstance(entry, dict):
  482. # AUDIT:maybe-no-member makes sense due to fuzzy types
  483. # pylint: disable=maybe-no-member
  484. if not isinstance(value, dict):
  485. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  486. 'value=[{}] type=[{}]'.format(value, type(value)))
  487. entry.update(value)
  488. return (True, self.yaml_dict)
  489. elif isinstance(entry, list):
  490. # AUDIT:maybe-no-member makes sense due to fuzzy types
  491. # pylint: disable=maybe-no-member
  492. ind = None
  493. if curr_value:
  494. try:
  495. ind = entry.index(curr_value)
  496. except ValueError:
  497. return (False, self.yaml_dict)
  498. elif index is not None:
  499. ind = index
  500. if ind is not None and entry[ind] != value:
  501. entry[ind] = value
  502. return (True, self.yaml_dict)
  503. # see if it exists in the list
  504. try:
  505. ind = entry.index(value)
  506. except ValueError:
  507. # doesn't exist, append it
  508. entry.append(value)
  509. return (True, self.yaml_dict)
  510. # already exists, return
  511. if ind is not None:
  512. return (False, self.yaml_dict)
  513. return (False, self.yaml_dict)
  514. def put(self, path, value):
  515. ''' put path, value into a dict '''
  516. try:
  517. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  518. except KeyError:
  519. entry = None
  520. if entry == value:
  521. return (False, self.yaml_dict)
  522. # deepcopy didn't work
  523. # Try to use ruamel.yaml and fallback to pyyaml
  524. try:
  525. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  526. default_flow_style=False),
  527. yaml.RoundTripLoader)
  528. except AttributeError:
  529. tmp_copy = copy.deepcopy(self.yaml_dict)
  530. # set the format attributes if available
  531. try:
  532. tmp_copy.fa.set_block_style()
  533. except AttributeError:
  534. pass
  535. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  536. if result is None:
  537. return (False, self.yaml_dict)
  538. # When path equals "" it is a special case.
  539. # "" refers to the root of the document
  540. # Only update the root path (entire document) when its a list or dict
  541. if path == '':
  542. if isinstance(result, list) or isinstance(result, dict):
  543. self.yaml_dict = result
  544. return (True, self.yaml_dict)
  545. return (False, self.yaml_dict)
  546. self.yaml_dict = tmp_copy
  547. return (True, self.yaml_dict)
  548. def create(self, path, value):
  549. ''' create a yaml file '''
  550. if not self.file_exists():
  551. # deepcopy didn't work
  552. # Try to use ruamel.yaml and fallback to pyyaml
  553. try:
  554. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  555. default_flow_style=False),
  556. yaml.RoundTripLoader)
  557. except AttributeError:
  558. tmp_copy = copy.deepcopy(self.yaml_dict)
  559. # set the format attributes if available
  560. try:
  561. tmp_copy.fa.set_block_style()
  562. except AttributeError:
  563. pass
  564. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  565. if result is not None:
  566. self.yaml_dict = tmp_copy
  567. return (True, self.yaml_dict)
  568. return (False, self.yaml_dict)
  569. @staticmethod
  570. def get_curr_value(invalue, val_type):
  571. '''return the current value'''
  572. if invalue is None:
  573. return None
  574. curr_value = invalue
  575. if val_type == 'yaml':
  576. try:
  577. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  578. # pylint: disable=maybe-no-member
  579. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  580. except AttributeError:
  581. curr_value = yaml.safe_load(invalue)
  582. elif val_type == 'json':
  583. curr_value = json.loads(invalue)
  584. return curr_value
  585. @staticmethod
  586. def parse_value(inc_value, vtype=''):
  587. '''determine value type passed'''
  588. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  589. 'on', 'On', 'ON', ]
  590. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  591. 'off', 'Off', 'OFF']
  592. # It came in as a string but you didn't specify value_type as string
  593. # we will convert to bool if it matches any of the above cases
  594. if isinstance(inc_value, str) and 'bool' in vtype:
  595. if inc_value not in true_bools and inc_value not in false_bools:
  596. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  597. elif isinstance(inc_value, bool) and 'str' in vtype:
  598. inc_value = str(inc_value)
  599. # There is a special case where '' will turn into None after yaml loading it so skip
  600. if isinstance(inc_value, str) and inc_value == '':
  601. pass
  602. # If vtype is not str then go ahead and attempt to yaml load it.
  603. elif isinstance(inc_value, str) and 'str' not in vtype:
  604. try:
  605. inc_value = yaml.safe_load(inc_value)
  606. except Exception:
  607. raise YeditException('Could not determine type of incoming value. ' +
  608. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  609. return inc_value
  610. @staticmethod
  611. def process_edits(edits, yamlfile):
  612. '''run through a list of edits and process them one-by-one'''
  613. results = []
  614. for edit in edits:
  615. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  616. if edit.get('action') == 'update':
  617. # pylint: disable=line-too-long
  618. curr_value = Yedit.get_curr_value(
  619. Yedit.parse_value(edit.get('curr_value')),
  620. edit.get('curr_value_format'))
  621. rval = yamlfile.update(edit['key'],
  622. value,
  623. edit.get('index'),
  624. curr_value)
  625. elif edit.get('action') == 'append':
  626. rval = yamlfile.append(edit['key'], value)
  627. else:
  628. rval = yamlfile.put(edit['key'], value)
  629. if rval[0]:
  630. results.append({'key': edit['key'], 'edit': rval[1]})
  631. return {'changed': len(results) > 0, 'results': results}
  632. # pylint: disable=too-many-return-statements,too-many-branches
  633. @staticmethod
  634. def run_ansible(params):
  635. '''perform the idempotent crud operations'''
  636. yamlfile = Yedit(filename=params['src'],
  637. backup=params['backup'],
  638. content_type=params['content_type'],
  639. separator=params['separator'])
  640. state = params['state']
  641. if params['src']:
  642. rval = yamlfile.load()
  643. if yamlfile.yaml_dict is None and state != 'present':
  644. return {'failed': True,
  645. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  646. 'file exists, that it is has correct permissions, and is valid yaml.'}
  647. if state == 'list':
  648. if params['content']:
  649. content = Yedit.parse_value(params['content'], params['content_type'])
  650. yamlfile.yaml_dict = content
  651. if params['key']:
  652. rval = yamlfile.get(params['key'])
  653. return {'changed': False, 'result': rval, 'state': state}
  654. elif state == 'absent':
  655. if params['content']:
  656. content = Yedit.parse_value(params['content'], params['content_type'])
  657. yamlfile.yaml_dict = content
  658. if params['update']:
  659. rval = yamlfile.pop(params['key'], params['value'])
  660. else:
  661. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  662. if rval[0] and params['src']:
  663. yamlfile.write()
  664. return {'changed': rval[0], 'result': rval[1], 'state': state}
  665. elif state == 'present':
  666. # check if content is different than what is in the file
  667. if params['content']:
  668. content = Yedit.parse_value(params['content'], params['content_type'])
  669. # We had no edits to make and the contents are the same
  670. if yamlfile.yaml_dict == content and \
  671. params['value'] is None:
  672. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  673. yamlfile.yaml_dict = content
  674. # If we were passed a key, value then
  675. # we enapsulate it in a list and process it
  676. # Key, Value passed to the module : Converted to Edits list #
  677. edits = []
  678. _edit = {}
  679. if params['value'] is not None:
  680. _edit['value'] = params['value']
  681. _edit['value_type'] = params['value_type']
  682. _edit['key'] = params['key']
  683. if params['update']:
  684. _edit['action'] = 'update'
  685. _edit['curr_value'] = params['curr_value']
  686. _edit['curr_value_format'] = params['curr_value_format']
  687. _edit['index'] = params['index']
  688. elif params['append']:
  689. _edit['action'] = 'append'
  690. edits.append(_edit)
  691. elif params['edits'] is not None:
  692. edits = params['edits']
  693. if edits:
  694. results = Yedit.process_edits(edits, yamlfile)
  695. # if there were changes and a src provided to us we need to write
  696. if results['changed'] and params['src']:
  697. yamlfile.write()
  698. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  699. # no edits to make
  700. if params['src']:
  701. # pylint: disable=redefined-variable-type
  702. rval = yamlfile.write()
  703. return {'changed': rval[0],
  704. 'result': rval[1],
  705. 'state': state}
  706. # We were passed content but no src, key or value, or edits. Return contents in memory
  707. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  708. return {'failed': True, 'msg': 'Unkown state passed'}
  709. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  710. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  711. # pylint: disable=too-many-lines
  712. # noqa: E301,E302,E303,T001
  713. class OpenShiftCLIError(Exception):
  714. '''Exception class for openshiftcli'''
  715. pass
  716. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  717. def locate_oc_binary():
  718. ''' Find and return oc binary file '''
  719. # https://github.com/openshift/openshift-ansible/issues/3410
  720. # oc can be in /usr/local/bin in some cases, but that may not
  721. # be in $PATH due to ansible/sudo
  722. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  723. oc_binary = 'oc'
  724. # Use shutil.which if it is available, otherwise fallback to a naive path search
  725. try:
  726. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  727. if which_result is not None:
  728. oc_binary = which_result
  729. except AttributeError:
  730. for path in paths:
  731. if os.path.exists(os.path.join(path, oc_binary)):
  732. oc_binary = os.path.join(path, oc_binary)
  733. break
  734. return oc_binary
  735. # pylint: disable=too-few-public-methods
  736. class OpenShiftCLI(object):
  737. ''' Class to wrap the command line tools '''
  738. def __init__(self,
  739. namespace,
  740. kubeconfig='/etc/origin/master/admin.kubeconfig',
  741. verbose=False,
  742. all_namespaces=False):
  743. ''' Constructor for OpenshiftCLI '''
  744. self.namespace = namespace
  745. self.verbose = verbose
  746. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  747. self.all_namespaces = all_namespaces
  748. self.oc_binary = locate_oc_binary()
  749. # Pylint allows only 5 arguments to be passed.
  750. # pylint: disable=too-many-arguments
  751. def _replace_content(self, resource, rname, content, edits=None, force=False, sep='.'):
  752. ''' replace the current object with the content '''
  753. res = self._get(resource, rname)
  754. if not res['results']:
  755. return res
  756. fname = Utils.create_tmpfile(rname + '-')
  757. yed = Yedit(fname, res['results'][0], separator=sep)
  758. updated = False
  759. if content is not None:
  760. changes = []
  761. for key, value in content.items():
  762. changes.append(yed.put(key, value))
  763. if any([change[0] for change in changes]):
  764. updated = True
  765. elif edits is not None:
  766. results = Yedit.process_edits(edits, yed)
  767. if results['changed']:
  768. updated = True
  769. if updated:
  770. yed.write()
  771. atexit.register(Utils.cleanup, [fname])
  772. return self._replace(fname, force)
  773. return {'returncode': 0, 'updated': False}
  774. def _replace(self, fname, force=False):
  775. '''replace the current object with oc replace'''
  776. # We are removing the 'resourceVersion' to handle
  777. # a race condition when modifying oc objects
  778. yed = Yedit(fname)
  779. results = yed.delete('metadata.resourceVersion')
  780. if results[0]:
  781. yed.write()
  782. cmd = ['replace', '-f', fname]
  783. if force:
  784. cmd.append('--force')
  785. return self.openshift_cmd(cmd)
  786. def _create_from_content(self, rname, content):
  787. '''create a temporary file and then call oc create on it'''
  788. fname = Utils.create_tmpfile(rname + '-')
  789. yed = Yedit(fname, content=content)
  790. yed.write()
  791. atexit.register(Utils.cleanup, [fname])
  792. return self._create(fname)
  793. def _create(self, fname):
  794. '''call oc create on a filename'''
  795. return self.openshift_cmd(['create', '-f', fname])
  796. def _delete(self, resource, name=None, selector=None):
  797. '''call oc delete on a resource'''
  798. cmd = ['delete', resource]
  799. if selector is not None:
  800. cmd.append('--selector={}'.format(selector))
  801. elif name is not None:
  802. cmd.append(name)
  803. else:
  804. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  805. return self.openshift_cmd(cmd)
  806. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  807. '''process a template
  808. template_name: the name of the template to process
  809. create: whether to send to oc create after processing
  810. params: the parameters for the template
  811. template_data: the incoming template's data; instead of a file
  812. '''
  813. cmd = ['process']
  814. if template_data:
  815. cmd.extend(['-f', '-'])
  816. else:
  817. cmd.append(template_name)
  818. if params:
  819. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  820. cmd.append('-v')
  821. cmd.extend(param_str)
  822. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  823. if results['returncode'] != 0 or not create:
  824. return results
  825. fname = Utils.create_tmpfile(template_name + '-')
  826. yed = Yedit(fname, results['results'])
  827. yed.write()
  828. atexit.register(Utils.cleanup, [fname])
  829. return self.openshift_cmd(['create', '-f', fname])
  830. def _get(self, resource, name=None, selector=None):
  831. '''return a resource by name '''
  832. cmd = ['get', resource]
  833. if selector is not None:
  834. cmd.append('--selector={}'.format(selector))
  835. elif name is not None:
  836. cmd.append(name)
  837. cmd.extend(['-o', 'json'])
  838. rval = self.openshift_cmd(cmd, output=True)
  839. # Ensure results are retuned in an array
  840. if 'items' in rval:
  841. rval['results'] = rval['items']
  842. elif not isinstance(rval['results'], list):
  843. rval['results'] = [rval['results']]
  844. return rval
  845. def _schedulable(self, node=None, selector=None, schedulable=True):
  846. ''' perform oadm manage-node scheduable '''
  847. cmd = ['manage-node']
  848. if node:
  849. cmd.extend(node)
  850. else:
  851. cmd.append('--selector={}'.format(selector))
  852. cmd.append('--schedulable={}'.format(schedulable))
  853. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  854. def _list_pods(self, node=None, selector=None, pod_selector=None):
  855. ''' perform oadm list pods
  856. node: the node in which to list pods
  857. selector: the label selector filter if provided
  858. pod_selector: the pod selector filter if provided
  859. '''
  860. cmd = ['manage-node']
  861. if node:
  862. cmd.extend(node)
  863. else:
  864. cmd.append('--selector={}'.format(selector))
  865. if pod_selector:
  866. cmd.append('--pod-selector={}'.format(pod_selector))
  867. cmd.extend(['--list-pods', '-o', 'json'])
  868. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  869. # pylint: disable=too-many-arguments
  870. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  871. ''' perform oadm manage-node evacuate '''
  872. cmd = ['manage-node']
  873. if node:
  874. cmd.extend(node)
  875. else:
  876. cmd.append('--selector={}'.format(selector))
  877. if dry_run:
  878. cmd.append('--dry-run')
  879. if pod_selector:
  880. cmd.append('--pod-selector={}'.format(pod_selector))
  881. if grace_period:
  882. cmd.append('--grace-period={}'.format(int(grace_period)))
  883. if force:
  884. cmd.append('--force')
  885. cmd.append('--evacuate')
  886. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  887. def _version(self):
  888. ''' return the openshift version'''
  889. return self.openshift_cmd(['version'], output=True, output_type='raw')
  890. def _import_image(self, url=None, name=None, tag=None):
  891. ''' perform image import '''
  892. cmd = ['import-image']
  893. image = '{0}'.format(name)
  894. if tag:
  895. image += ':{0}'.format(tag)
  896. cmd.append(image)
  897. if url:
  898. cmd.append('--from={0}/{1}'.format(url, image))
  899. cmd.append('-n{0}'.format(self.namespace))
  900. cmd.append('--confirm')
  901. return self.openshift_cmd(cmd)
  902. def _run(self, cmds, input_data):
  903. ''' Actually executes the command. This makes mocking easier. '''
  904. curr_env = os.environ.copy()
  905. curr_env.update({'KUBECONFIG': self.kubeconfig})
  906. proc = subprocess.Popen(cmds,
  907. stdin=subprocess.PIPE,
  908. stdout=subprocess.PIPE,
  909. stderr=subprocess.PIPE,
  910. env=curr_env)
  911. stdout, stderr = proc.communicate(input_data)
  912. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  913. # pylint: disable=too-many-arguments,too-many-branches
  914. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  915. '''Base command for oc '''
  916. cmds = [self.oc_binary]
  917. if oadm:
  918. cmds.append('adm')
  919. cmds.extend(cmd)
  920. if self.all_namespaces:
  921. cmds.extend(['--all-namespaces'])
  922. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  923. cmds.extend(['-n', self.namespace])
  924. if self.verbose:
  925. print(' '.join(cmds))
  926. try:
  927. returncode, stdout, stderr = self._run(cmds, input_data)
  928. except OSError as ex:
  929. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  930. rval = {"returncode": returncode,
  931. "cmd": ' '.join(cmds)}
  932. if output_type == 'json':
  933. rval['results'] = {}
  934. if output and stdout:
  935. try:
  936. rval['results'] = json.loads(stdout)
  937. except ValueError as verr:
  938. if "No JSON object could be decoded" in verr.args:
  939. rval['err'] = verr.args
  940. elif output_type == 'raw':
  941. rval['results'] = stdout if output else ''
  942. if self.verbose:
  943. print("STDOUT: {0}".format(stdout))
  944. print("STDERR: {0}".format(stderr))
  945. if 'err' in rval or returncode != 0:
  946. rval.update({"stderr": stderr,
  947. "stdout": stdout})
  948. return rval
  949. class Utils(object): # pragma: no cover
  950. ''' utilities for openshiftcli modules '''
  951. @staticmethod
  952. def _write(filename, contents):
  953. ''' Actually write the file contents to disk. This helps with mocking. '''
  954. with open(filename, 'w') as sfd:
  955. sfd.write(str(contents))
  956. @staticmethod
  957. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  958. ''' create a file in tmp with name and contents'''
  959. tmp = Utils.create_tmpfile(prefix=rname)
  960. if ftype == 'yaml':
  961. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  962. # pylint: disable=no-member
  963. if hasattr(yaml, 'RoundTripDumper'):
  964. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  965. else:
  966. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  967. elif ftype == 'json':
  968. Utils._write(tmp, json.dumps(data))
  969. else:
  970. Utils._write(tmp, data)
  971. # Register cleanup when module is done
  972. atexit.register(Utils.cleanup, [tmp])
  973. return tmp
  974. @staticmethod
  975. def create_tmpfile_copy(inc_file):
  976. '''create a temporary copy of a file'''
  977. tmpfile = Utils.create_tmpfile('lib_openshift-')
  978. Utils._write(tmpfile, open(inc_file).read())
  979. # Cleanup the tmpfile
  980. atexit.register(Utils.cleanup, [tmpfile])
  981. return tmpfile
  982. @staticmethod
  983. def create_tmpfile(prefix='tmp'):
  984. ''' Generates and returns a temporary file name '''
  985. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  986. return tmp.name
  987. @staticmethod
  988. def create_tmp_files_from_contents(content, content_type=None):
  989. '''Turn an array of dict: filename, content into a files array'''
  990. if not isinstance(content, list):
  991. content = [content]
  992. files = []
  993. for item in content:
  994. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  995. item['data'],
  996. ftype=content_type)
  997. files.append({'name': os.path.basename(item['path']),
  998. 'path': path})
  999. return files
  1000. @staticmethod
  1001. def cleanup(files):
  1002. '''Clean up on exit '''
  1003. for sfile in files:
  1004. if os.path.exists(sfile):
  1005. if os.path.isdir(sfile):
  1006. shutil.rmtree(sfile)
  1007. elif os.path.isfile(sfile):
  1008. os.remove(sfile)
  1009. @staticmethod
  1010. def exists(results, _name):
  1011. ''' Check to see if the results include the name '''
  1012. if not results:
  1013. return False
  1014. if Utils.find_result(results, _name):
  1015. return True
  1016. return False
  1017. @staticmethod
  1018. def find_result(results, _name):
  1019. ''' Find the specified result by name'''
  1020. rval = None
  1021. for result in results:
  1022. if 'metadata' in result and result['metadata']['name'] == _name:
  1023. rval = result
  1024. break
  1025. return rval
  1026. @staticmethod
  1027. def get_resource_file(sfile, sfile_type='yaml'):
  1028. ''' return the service file '''
  1029. contents = None
  1030. with open(sfile) as sfd:
  1031. contents = sfd.read()
  1032. if sfile_type == 'yaml':
  1033. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1034. # pylint: disable=no-member
  1035. if hasattr(yaml, 'RoundTripLoader'):
  1036. contents = yaml.load(contents, yaml.RoundTripLoader)
  1037. else:
  1038. contents = yaml.safe_load(contents)
  1039. elif sfile_type == 'json':
  1040. contents = json.loads(contents)
  1041. return contents
  1042. @staticmethod
  1043. def filter_versions(stdout):
  1044. ''' filter the oc version output '''
  1045. version_dict = {}
  1046. version_search = ['oc', 'openshift', 'kubernetes']
  1047. for line in stdout.strip().split('\n'):
  1048. for term in version_search:
  1049. if not line:
  1050. continue
  1051. if line.startswith(term):
  1052. version_dict[term] = line.split()[-1]
  1053. # horrible hack to get openshift version in Openshift 3.2
  1054. # By default "oc version in 3.2 does not return an "openshift" version
  1055. if "openshift" not in version_dict:
  1056. version_dict["openshift"] = version_dict["oc"]
  1057. return version_dict
  1058. @staticmethod
  1059. def add_custom_versions(versions):
  1060. ''' create custom versions strings '''
  1061. versions_dict = {}
  1062. for tech, version in versions.items():
  1063. # clean up "-" from version
  1064. if "-" in version:
  1065. version = version.split("-")[0]
  1066. if version.startswith('v'):
  1067. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1068. # "v3.3.0.33" is what we have, we want "3.3"
  1069. versions_dict[tech + '_short'] = version[1:4]
  1070. return versions_dict
  1071. @staticmethod
  1072. def openshift_installed():
  1073. ''' check if openshift is installed '''
  1074. import rpm
  1075. transaction_set = rpm.TransactionSet()
  1076. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1077. return rpmquery.count() > 0
  1078. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1079. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1080. @staticmethod
  1081. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1082. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1083. # Currently these values are autogenerated and we do not need to check them
  1084. skip = ['metadata', 'status']
  1085. if skip_keys:
  1086. skip.extend(skip_keys)
  1087. for key, value in result_def.items():
  1088. if key in skip:
  1089. continue
  1090. # Both are lists
  1091. if isinstance(value, list):
  1092. if key not in user_def:
  1093. if debug:
  1094. print('User data does not have key [%s]' % key)
  1095. print('User data: %s' % user_def)
  1096. return False
  1097. if not isinstance(user_def[key], list):
  1098. if debug:
  1099. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1100. return False
  1101. if len(user_def[key]) != len(value):
  1102. if debug:
  1103. print("List lengths are not equal.")
  1104. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1105. print("user_def: %s" % user_def[key])
  1106. print("value: %s" % value)
  1107. return False
  1108. for values in zip(user_def[key], value):
  1109. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1110. if debug:
  1111. print('sending list - list')
  1112. print(type(values[0]))
  1113. print(type(values[1]))
  1114. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1115. if not result:
  1116. print('list compare returned false')
  1117. return False
  1118. elif value != user_def[key]:
  1119. if debug:
  1120. print('value should be identical')
  1121. print(user_def[key])
  1122. print(value)
  1123. return False
  1124. # recurse on a dictionary
  1125. elif isinstance(value, dict):
  1126. if key not in user_def:
  1127. if debug:
  1128. print("user_def does not have key [%s]" % key)
  1129. return False
  1130. if not isinstance(user_def[key], dict):
  1131. if debug:
  1132. print("dict returned false: not instance of dict")
  1133. return False
  1134. # before passing ensure keys match
  1135. api_values = set(value.keys()) - set(skip)
  1136. user_values = set(user_def[key].keys()) - set(skip)
  1137. if api_values != user_values:
  1138. if debug:
  1139. print("keys are not equal in dict")
  1140. print(user_values)
  1141. print(api_values)
  1142. return False
  1143. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1144. if not result:
  1145. if debug:
  1146. print("dict returned false")
  1147. print(result)
  1148. return False
  1149. # Verify each key, value pair is the same
  1150. else:
  1151. if key not in user_def or value != user_def[key]:
  1152. if debug:
  1153. print("value not equal; user_def does not have key")
  1154. print(key)
  1155. print(value)
  1156. if key in user_def:
  1157. print(user_def[key])
  1158. return False
  1159. if debug:
  1160. print('returning true')
  1161. return True
  1162. class OpenShiftCLIConfig(object):
  1163. '''Generic Config'''
  1164. def __init__(self, rname, namespace, kubeconfig, options):
  1165. self.kubeconfig = kubeconfig
  1166. self.name = rname
  1167. self.namespace = namespace
  1168. self._options = options
  1169. @property
  1170. def config_options(self):
  1171. ''' return config options '''
  1172. return self._options
  1173. def to_option_list(self, ascommalist=''):
  1174. '''return all options as a string
  1175. if ascommalist is set to the name of a key, and
  1176. the value of that key is a dict, format the dict
  1177. as a list of comma delimited key=value pairs'''
  1178. return self.stringify(ascommalist)
  1179. def stringify(self, ascommalist=''):
  1180. ''' return the options hash as cli params in a string
  1181. if ascommalist is set to the name of a key, and
  1182. the value of that key is a dict, format the dict
  1183. as a list of comma delimited key=value pairs '''
  1184. rval = []
  1185. for key in sorted(self.config_options.keys()):
  1186. data = self.config_options[key]
  1187. if data['include'] \
  1188. and (data['value'] is not None or isinstance(data['value'], int)):
  1189. if key == ascommalist:
  1190. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1191. else:
  1192. val = data['value']
  1193. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1194. return rval
  1195. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1196. # -*- -*- -*- Begin included fragment: class/oc_obj.py -*- -*- -*-
  1197. # pylint: disable=too-many-instance-attributes
  1198. class OCObject(OpenShiftCLI):
  1199. ''' Class to wrap the oc command line tools '''
  1200. # pylint allows 5. we need 6
  1201. # pylint: disable=too-many-arguments
  1202. def __init__(self,
  1203. kind,
  1204. namespace,
  1205. name=None,
  1206. selector=None,
  1207. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1208. verbose=False,
  1209. all_namespaces=False):
  1210. ''' Constructor for OpenshiftOC '''
  1211. super(OCObject, self).__init__(namespace, kubeconfig=kubeconfig, verbose=verbose,
  1212. all_namespaces=all_namespaces)
  1213. self.kind = kind
  1214. self.name = name
  1215. self.selector = selector
  1216. def get(self):
  1217. '''return a kind by name '''
  1218. results = self._get(self.kind, name=self.name, selector=self.selector)
  1219. if (results['returncode'] != 0 and 'stderr' in results and
  1220. '\"{}\" not found'.format(self.name) in results['stderr']):
  1221. results['returncode'] = 0
  1222. return results
  1223. def delete(self):
  1224. '''delete the object'''
  1225. results = self._delete(self.kind, name=self.name, selector=self.selector)
  1226. if (results['returncode'] != 0 and 'stderr' in results and
  1227. '\"{}\" not found'.format(self.name) in results['stderr']):
  1228. results['returncode'] = 0
  1229. return results
  1230. def create(self, files=None, content=None):
  1231. '''
  1232. Create a config
  1233. NOTE: This creates the first file OR the first conent.
  1234. TODO: Handle all files and content passed in
  1235. '''
  1236. if files:
  1237. return self._create(files[0])
  1238. # pylint: disable=no-member
  1239. # The purpose of this change is twofold:
  1240. # - we need a check to only use the ruamel specific dumper if ruamel is loaded
  1241. # - the dumper or the flow style change is needed so openshift is able to parse
  1242. # the resulting yaml, at least until gopkg.in/yaml.v2 is updated
  1243. if hasattr(yaml, 'RoundTripDumper'):
  1244. content['data'] = yaml.dump(content['data'], Dumper=yaml.RoundTripDumper)
  1245. else:
  1246. content['data'] = yaml.safe_dump(content['data'], default_flow_style=False)
  1247. content_file = Utils.create_tmp_files_from_contents(content)[0]
  1248. return self._create(content_file['path'])
  1249. # pylint: disable=too-many-function-args
  1250. def update(self, files=None, content=None, force=False):
  1251. '''update a current openshift object
  1252. This receives a list of file names or content
  1253. and takes the first and calls replace.
  1254. TODO: take an entire list
  1255. '''
  1256. if files:
  1257. return self._replace(files[0], force)
  1258. if content and 'data' in content:
  1259. content = content['data']
  1260. return self.update_content(content, force)
  1261. def update_content(self, content, force=False):
  1262. '''update an object through using the content param'''
  1263. return self._replace_content(self.kind, self.name, content, force=force)
  1264. def needs_update(self, files=None, content=None, content_type='yaml'):
  1265. ''' check to see if we need to update '''
  1266. objects = self.get()
  1267. if objects['returncode'] != 0:
  1268. return objects
  1269. data = None
  1270. if files:
  1271. data = Utils.get_resource_file(files[0], content_type)
  1272. elif content and 'data' in content:
  1273. data = content['data']
  1274. else:
  1275. data = content
  1276. # if equal then no need. So not equal is True
  1277. return not Utils.check_def_equal(data, objects['results'][0], skip_keys=None, debug=False)
  1278. # pylint: disable=too-many-return-statements,too-many-branches
  1279. @staticmethod
  1280. def run_ansible(params, check_mode=False):
  1281. '''perform the ansible idempotent code'''
  1282. ocobj = OCObject(params['kind'],
  1283. params['namespace'],
  1284. params['name'],
  1285. params['selector'],
  1286. kubeconfig=params['kubeconfig'],
  1287. verbose=params['debug'],
  1288. all_namespaces=params['all_namespaces'])
  1289. state = params['state']
  1290. api_rval = ocobj.get()
  1291. #####
  1292. # Get
  1293. #####
  1294. if state == 'list':
  1295. return {'changed': False, 'results': api_rval, 'state': state}
  1296. ########
  1297. # Delete
  1298. ########
  1299. if state == 'absent':
  1300. # verify its not in our results
  1301. if (params['name'] is not None or params['selector'] is not None) and \
  1302. (len(api_rval['results']) == 0 or \
  1303. ('items' in api_rval['results'][0] and len(api_rval['results'][0]['items']) == 0)):
  1304. return {'changed': False, 'state': state}
  1305. if check_mode:
  1306. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed a delete'}
  1307. api_rval = ocobj.delete()
  1308. if api_rval['returncode'] != 0:
  1309. return {'failed': True, 'msg': api_rval}
  1310. return {'changed': True, 'results': api_rval, 'state': state}
  1311. # create/update: Must define a name beyond this point
  1312. if not params['name']:
  1313. return {'failed': True, 'msg': 'Please specify a name when state is present.'}
  1314. if state == 'present':
  1315. ########
  1316. # Create
  1317. ########
  1318. if not Utils.exists(api_rval['results'], params['name']):
  1319. if check_mode:
  1320. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed a create'}
  1321. # Create it here
  1322. api_rval = ocobj.create(params['files'], params['content'])
  1323. if api_rval['returncode'] != 0:
  1324. return {'failed': True, 'msg': api_rval}
  1325. # return the created object
  1326. api_rval = ocobj.get()
  1327. if api_rval['returncode'] != 0:
  1328. return {'failed': True, 'msg': api_rval}
  1329. # Remove files
  1330. if params['files'] and params['delete_after']:
  1331. Utils.cleanup(params['files'])
  1332. return {'changed': True, 'results': api_rval, 'state': state}
  1333. ########
  1334. # Update
  1335. ########
  1336. # if a file path is passed, use it.
  1337. update = ocobj.needs_update(params['files'], params['content'])
  1338. if not isinstance(update, bool):
  1339. return {'failed': True, 'msg': update}
  1340. # No changes
  1341. if not update:
  1342. if params['files'] and params['delete_after']:
  1343. Utils.cleanup(params['files'])
  1344. return {'changed': False, 'results': api_rval['results'][0], 'state': state}
  1345. if check_mode:
  1346. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed an update.'}
  1347. api_rval = ocobj.update(params['files'],
  1348. params['content'],
  1349. params['force'])
  1350. if api_rval['returncode'] != 0:
  1351. return {'failed': True, 'msg': api_rval}
  1352. # return the created object
  1353. api_rval = ocobj.get()
  1354. if api_rval['returncode'] != 0:
  1355. return {'failed': True, 'msg': api_rval}
  1356. return {'changed': True, 'results': api_rval, 'state': state}
  1357. # -*- -*- -*- End included fragment: class/oc_obj.py -*- -*- -*-
  1358. # -*- -*- -*- Begin included fragment: ansible/oc_obj.py -*- -*- -*-
  1359. # pylint: disable=too-many-branches
  1360. def main():
  1361. '''
  1362. ansible oc module for services
  1363. '''
  1364. module = AnsibleModule(
  1365. argument_spec=dict(
  1366. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1367. state=dict(default='present', type='str',
  1368. choices=['present', 'absent', 'list']),
  1369. debug=dict(default=False, type='bool'),
  1370. namespace=dict(default='default', type='str'),
  1371. all_namespaces=dict(defaul=False, type='bool'),
  1372. name=dict(default=None, type='str'),
  1373. files=dict(default=None, type='list'),
  1374. kind=dict(required=True, type='str'),
  1375. delete_after=dict(default=False, type='bool'),
  1376. content=dict(default=None, type='dict'),
  1377. force=dict(default=False, type='bool'),
  1378. selector=dict(default=None, type='str'),
  1379. ),
  1380. mutually_exclusive=[["content", "files"], ["selector", "name"]],
  1381. supports_check_mode=True,
  1382. )
  1383. rval = OCObject.run_ansible(module.params, module.check_mode)
  1384. if 'failed' in rval:
  1385. module.fail_json(**rval)
  1386. module.exit_json(**rval)
  1387. if __name__ == '__main__':
  1388. main()
  1389. # -*- -*- -*- End included fragment: ansible/oc_obj.py -*- -*- -*-